Html Css Color HEX #EE66BA Hot Pink

📋 copy color: '#EE66BA'

red 238 ◦ green 102 ◦ blue 186

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

Shades of Hot Pink #EE66BA

Tints of Hot Pink #EE66BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 45.25%
G = 19.39%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE66BA (or 0xEE66BA) is known color: Hot Pink. HEX triplet: EE, 66 and BA. RGB value is (238,102,186). Sum of RGB (Red+Green+Blue) = 238+102+186=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66BA is #119945. Grayscale: #989898. Windows color (decimal): -1153350 or 12216046. OLE color: 12216046.

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

Color convert

RGB 238 102 186 -
CMYK 0 0.57 0.22 0.07
HSL 322.94º 0.8% 0.67% -
HSV(B) 322.94º 0.57% 0.93% -
XYZ 48.87 31.23 49.91 -
YUV 152.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 238 102 186 0 0.57 0.22 0.07 322.94 0.8 0.67
Hex EE 66 BA 0 39 16 7 143 50 43
Octal 356 146 272 0 71 26 7 503 120 103
Binary 11101110 1100110 10111010 0 111001 10110 111 101000011 1010000 1000011

Color Harmonies of #EE66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66BA

Black with #EE66BA

Text Example


Text Example

White with #EE66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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