Html Css Color HEX #EA52FF Pink Flamingo

📋 copy color: '#EA52FF'

red 234 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #EA52FF

Tints of Pink Flamingo #EA52FF

RGB

 RED value IS 234 (91.8% from 255) = 40.98%

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 40.98%
G = 14.36%
B = 44.66%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA52FF (or 0xEA52FF) is known color: Pink Flamingo. HEX triplet: EA, 52 and FF. RGB value is (234,82,255). Sum of RGB (Red+Green+Blue) = 234+82+255=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 82 (32.42% from 255 or 14.36% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA52FF is #15AD00. Grayscale: #929292. Windows color (decimal): -1420545 or 16732906. OLE color: 16732906.

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

Color convert

RGB 234 82 255 -
CMYK 0.08 0.68 0 0
HSL 292.72º 1% 0.66% -
HSV(B) 292.72º 0.68% 1% -
XYZ 55 30.75 97.64 -
YUV 147.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 234 82 255 0.08 0.68 0 0 292.72 1 0.66
Hex EA 52 FF 8 44 0 0 125 64 42
Octal 352 122 377 10 104 0 0 445 144 102
Binary 11101010 1010010 11111111 1000 1000100 0 0 100100101 1100100 1000010

Color Harmonies of #EA52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA52FF

Black with #EA52FF

Text Example


Text Example

White with #EA52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA52FF; }

 p { color: rgb(234,82,255); }

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

background-color css

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

 a { background-color: rgb(234,82,255); }

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

border-color css

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

 span { border-color: rgb(234,82,255); }

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