Html Css Color HEX #EE66FA Pink Flamingo

📋 copy color: '#EE66FA'

red 238 ◦ green 102 ◦ blue 250

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

Shades of Pink Flamingo #EE66FA

Tints of Pink Flamingo #EE66FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.29%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 40.34%
G = 17.29%
B = 42.37%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE66FA (or 0xEE66FA) is known color: Pink Flamingo. HEX triplet: EE, 66 and FA. RGB value is (238,102,250). Sum of RGB (Red+Green+Blue) = 238+102+250=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66FA is #119905. Grayscale: #9F9F9F. Windows color (decimal): -1153286 or 16410350. OLE color: 16410350.

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

Color convert

RGB 238 102 250 -
CMYK 0.05 0.59 0 0.02
HSL 295.14º 0.94% 0.69% -
HSV(B) 295.14º 0.59% 0.98% -
XYZ 57.27 34.58 94.1 -
YUV 159.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 238 102 250 0.05 0.59 0 0.02 295.14 0.94 0.69
Hex EE 66 FA 5 3B 0 2 127 5E 45
Octal 356 146 372 5 73 0 2 447 136 105
Binary 11101110 1100110 11111010 101 111011 0 10 100100111 1011110 1000101

Color Harmonies of #EE66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66FA

Black with #EE66FA

Text Example


Text Example

White with #EE66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66FA; }

 p { color: rgb(238,102,250); }

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

background-color css

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

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

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

border-color css

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

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

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