Html Css Color HEX #EA55FF Pink Flamingo

📋 copy color: '#EA55FF'

red 234 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #EA55FF

Tints of Pink Flamingo #EA55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.81%

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

R = 40.77%
G = 14.81%
B = 44.43%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA55FF (or 0xEA55FF) is known color: Pink Flamingo. HEX triplet: EA, 55 and FF. RGB value is (234,85,255). Sum of RGB (Red+Green+Blue) = 234+85+255=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55FF is #15AA00. Grayscale: #949494. Windows color (decimal): -1419777 or 16733674. OLE color: 16733674.

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

Color convert

RGB 234 85 255 -
CMYK 0.08 0.67 0 0
HSL 292.59º 1% 0.67% -
HSV(B) 292.59º 0.67% 1% -
XYZ 55.23 31.21 97.72 -
YUV 148.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 234 85 255 0.08 0.67 0 0 292.59 1 0.67
Hex EA 55 FF 8 43 0 0 125 64 43
Octal 352 125 377 10 103 0 0 445 144 103
Binary 11101010 1010101 11111111 1000 1000011 0 0 100100101 1100100 1000011

Color Harmonies of #EA55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55FF

Black with #EA55FF

Text Example


Text Example

White with #EA55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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