Html Css Color HEX #EE64EE Pink Flamingo

📋 copy color: '#EE64EE'

red 238 ◦ green 100 ◦ blue 238

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

Shades of Pink Flamingo #EE64EE

Tints of Pink Flamingo #EE64EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 41.32%
G = 17.36%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE64EE (or 0xEE64EE) is known color: Pink Flamingo. HEX triplet: EE, 64 and EE. RGB value is (238,100,238). Sum of RGB (Red+Green+Blue) = 238+100+238=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64EE is #119B11. Grayscale: #9C9C9C. Windows color (decimal): -1153810 or 15623406. OLE color: 15623406.

HSL color Cylindrical-coordinate representation of color #EE64EE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64EE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 238 -
CMYK 0 0.58 0 0.07
HSL 300º 0.8% 0.66% -
HSV(B) 300º 0.58% 0.93% -
XYZ 55.25 33.46 84.44 -
YUV 156.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 238 100 238 0 0.58 0 0.07 300 0.8 0.66
Hex EE 64 EE 0 3A 0 7 12C 50 42
Octal 356 144 356 0 72 0 7 454 120 102
Binary 11101110 1100100 11101110 0 111010 0 111 100101100 1010000 1000010

Color Harmonies of #EE64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE64EE

Black with #EE64EE

Text Example


Text Example

White with #EE64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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