Html Css Color HEX #EE4CFF Pink Flamingo

📋 copy color: '#EE4CFF'

red 238 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #EE4CFF

Tints of Pink Flamingo #EE4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.36%

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

R = 41.83%
G = 13.36%
B = 44.82%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE4CFF (or 0xEE4CFF) is known color: Pink Flamingo. HEX triplet: EE, 4C and FF. RGB value is (238,76,255). Sum of RGB (Red+Green+Blue) = 238+76+255=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4CFF is #11B300. Grayscale: #909090. Windows color (decimal): -1159937 or 16731374. OLE color: 16731374.

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

Color convert

RGB 238 76 255 -
CMYK 0.07 0.70 0 0
HSL 294.3º 1% 0.65% -
HSV(B) 294.3º 0.7% 1% -
XYZ 55.89 30.57 97.56 -
YUV 144.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 238 76 255 0.07 0.70 0 0 294.3 1 0.65
Hex EE 4C FF 7 46 0 0 126 64 41
Octal 356 114 377 7 106 0 0 446 144 101
Binary 11101110 1001100 11111111 111 1000110 0 0 100100110 1100100 1000001

Color Harmonies of #EE4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4CFF

Black with #EE4CFF

Text Example


Text Example

White with #EE4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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