Html Css Color HEX #EE3CFC Pink Flamingo

📋 copy color: '#EE3CFC'

red 238 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #EE3CFC

Tints of Pink Flamingo #EE3CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 43.27%
G = 10.91%
B = 45.82%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE3CFC (or 0xEE3CFC) is known color: Pink Flamingo. HEX triplet: EE, 3C and FC. RGB value is (238,60,252). Sum of RGB (Red+Green+Blue) = 238+60+252=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 60 (23.83% from 255 or 10.91% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CFC is #11C303. Grayscale: #868686. Windows color (decimal): -1164036 or 16530670. OLE color: 16530670.

HSL color Cylindrical-coordinate representation of color #EE3CFC: hue angle of 295.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3CFC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 60 252 -
CMYK 0.06 0.76 0 0.01
HSL 295.63º 0.97% 0.61% -
HSV(B) 295.63º 0.76% 0.99% -
XYZ 54.45 28.44 94.71 -
YUV 135.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 238 60 252 0.06 0.76 0 0.01 295.63 0.97 0.61
Hex EE 3C FC 6 4C 0 1 128 61 3D
Octal 356 74 374 6 114 0 1 450 141 75
Binary 11101110 111100 11111100 110 1001100 0 1 100101000 1100001 111101

Color Harmonies of #EE3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CFC

Black with #EE3CFC

Text Example


Text Example

White with #EE3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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