Html Css Color HEX #EE40FF Pink Flamingo

📋 copy color: '#EE40FF'

red 238 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #EE40FF

Tints of Pink Flamingo #EE40FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.49%

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

R = 42.73%
G = 11.49%
B = 45.78%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE40FF (or 0xEE40FF) is known color: Pink Flamingo. HEX triplet: EE, 40 and FF. RGB value is (238,64,255). Sum of RGB (Red+Green+Blue) = 238+64+255=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40FF is #11BF00. Grayscale: #898989. Windows color (decimal): -1163009 or 16728302. OLE color: 16728302.

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

Color convert

RGB 238 64 255 -
CMYK 0.07 0.75 0 0
HSL 294.66º 1% 0.63% -
HSV(B) 294.66º 0.75% 1% -
XYZ 55.14 29.06 97.31 -
YUV 137.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 238 64 255 0.07 0.75 0 0 294.66 1 0.63
Hex EE 40 FF 7 4B 0 0 127 64 3F
Octal 356 100 377 7 113 0 0 447 144 77
Binary 11101110 1000000 11111111 111 1001011 0 0 100100111 1100100 111111

Color Harmonies of #EE40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40FF

Black with #EE40FF

Text Example


Text Example

White with #EE40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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