Html Css Color HEX #EE3CFF Pink Flamingo

📋 copy color: '#EE3CFF'

red 238 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #EE3CFF

Tints of Pink Flamingo #EE3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.85%

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

R = 43.04%
G = 10.85%
B = 46.11%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE3CFF (or 0xEE3CFF) is known color: Pink Flamingo. HEX triplet: EE, 3C and FF. RGB value is (238,60,255). Sum of RGB (Red+Green+Blue) = 238+60+255=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CFF is #11C300. Grayscale: #868686. Windows color (decimal): -1164033 or 16727278. OLE color: 16727278.

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

Color convert

RGB 238 60 255 -
CMYK 0.07 0.76 0 0
HSL 294.77º 1% 0.62% -
HSV(B) 294.77º 0.76% 1% -
XYZ 54.93 28.63 97.24 -
YUV 135.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 238 60 255 0.07 0.76 0 0 294.77 1 0.62
Hex EE 3C FF 7 4C 0 0 127 64 3E
Octal 356 74 377 7 114 0 0 447 144 76
Binary 11101110 111100 11111111 111 1001100 0 0 100100111 1100100 111110

Color Harmonies of #EE3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CFF

Black with #EE3CFF

Text Example


Text Example

White with #EE3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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