Html Css Color HEX #E852FD Pink Flamingo

📋 copy color: '#E852FD'

red 232 ◦ green 82 ◦ blue 253

#E852FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #E852FD

Tints of Pink Flamingo #E852FD

RGB

 RED value IS 232 (91.02% from 255) = 40.92%

 GREEN value IS 82 (32.42% from 255) = 14.46%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 40.92%
G = 14.46%
B = 44.62%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E852FD (or 0xE852FD) is known color: Pink Flamingo. HEX triplet: E8, 52 and FD. RGB value is (232,82,253). Sum of RGB (Red+Green+Blue) = 232+82+253=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E852FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852FD is #17AD02. Grayscale: #919191. Windows color (decimal): -1551619 or 16601832. OLE color: 16601832.

HSL color Cylindrical-coordinate representation of color #E852FD: hue angle of 292.63º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E852FD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 82 253 -
CMYK 0.08 0.68 0 0.01
HSL 292.63º 0.98% 0.66% -
HSV(B) 292.63º 0.68% 0.99% -
XYZ 54.03 30.28 95.93 -
YUV 146.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 232 82 253 0.08 0.68 0 0.01 292.63 0.98 0.66
Hex E8 52 FD 8 44 0 1 125 62 42
Octal 350 122 375 10 104 0 1 445 142 102
Binary 11101000 1010010 11111101 1000 1000100 0 1 100100101 1100010 1000010

Color Harmonies of #E852FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E852FD

Black with #E852FD

Text Example


Text Example

White with #E852FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E852FD; }

 p { color: rgb(232,82,253); }

 H1.HeaderClassName
 {
   color: #E852FD;
 }
 .AnyTagClassName
 {
   color: #E852FD;
 }
</style>

background-color css

<style>
 a { background-color: #E852FD; }

 a { background-color: rgb(232,82,253); }

 div.DivClassName
 {
   background-color: #E852FD;
 }
 .BgClassName
 {
   background-color: #E852FD;
 }
</style>

border-color css

<style>
 span { border-color: #E852FD; }

 span { border-color: rgb(232,82,253); }

 td.TdClassName
 {
   border-color: #E852FD;
 }
 .TagClassName
 {
   border-color: #E852FD;
 }
</style>