Html Css Color HEX #EE42FF Pink Flamingo

📋 copy color: '#EE42FF'

red 238 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #EE42FF

Tints of Pink Flamingo #EE42FF

RGB

 RED value IS 238 (93.36% from 255) = 42.58%

 GREEN value IS 66 (26.17% from 255) = 11.81%

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

R = 42.58%
G = 11.81%
B = 45.62%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE42FF (or 0xEE42FF) is known color: Pink Flamingo. HEX triplet: EE, 42 and FF. RGB value is (238,66,255). Sum of RGB (Red+Green+Blue) = 238+66+255=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FF is #11BD00. Grayscale: #8A8A8A. Windows color (decimal): -1162497 or 16728814. OLE color: 16728814.

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

Color convert

RGB 238 66 255 -
CMYK 0.07 0.74 0 0
HSL 294.6º 1% 0.63% -
HSV(B) 294.6º 0.74% 1% -
XYZ 55.26 29.29 97.35 -
YUV 138.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 238 66 255 0.07 0.74 0 0 294.6 1 0.63
Hex EE 42 FF 7 4A 0 0 127 64 3F
Octal 356 102 377 7 112 0 0 447 144 77
Binary 11101110 1000010 11111111 111 1001010 0 0 100100111 1100100 111111

Color Harmonies of #EE42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42FF

Black with #EE42FF

Text Example


Text Example

White with #EE42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42FF; }

 p { color: rgb(238,66,255); }

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

background-color css

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

 a { background-color: rgb(238,66,255); }

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

border-color css

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

 span { border-color: rgb(238,66,255); }

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