Html Css Color HEX #EE64FB Pink Flamingo

📋 copy color: '#EE64FB'

red 238 ◦ green 100 ◦ blue 251

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

Shades of Pink Flamingo #EE64FB

Tints of Pink Flamingo #EE64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.98%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 40.41%
G = 16.98%
B = 42.61%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE64FB (or 0xEE64FB) is known color: Pink Flamingo. HEX triplet: EE, 64 and FB. RGB value is (238,100,251). Sum of RGB (Red+Green+Blue) = 238+100+251=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE64FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64FB is #119B04. Grayscale: #9E9E9E. Windows color (decimal): -1153797 or 16475374. OLE color: 16475374.

HSL color Cylindrical-coordinate representation of color #EE64FB: hue angle of 294.83º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE64FB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 100 251 -
CMYK 0.05 0.60 0 0.02
HSL 294.83º 0.95% 0.69% -
HSV(B) 294.83º 0.6% 0.98% -
XYZ 57.23 34.26 94.86 -
YUV 158.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 238 100 251 0.05 0.60 0 0.02 294.83 0.95 0.69
Hex EE 64 FB 5 3C 0 2 127 5F 45
Octal 356 144 373 5 74 0 2 447 137 105
Binary 11101110 1100100 11111011 101 111100 0 10 100100111 1011111 1000101

Color Harmonies of #EE64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE64FB

Black with #EE64FB

Text Example


Text Example

White with #EE64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE64FB; }

 p { color: rgb(238,100,251); }

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

background-color css

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

 a { background-color: rgb(238,100,251); }

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

border-color css

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

 span { border-color: rgb(238,100,251); }

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