Html Css Color HEX #EE60BC Hot Pink

📋 copy color: '#EE60BC'

red 238 ◦ green 96 ◦ blue 188

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

Shades of Hot Pink #EE60BC

Tints of Hot Pink #EE60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 45.59%
G = 18.39%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE60BC (or 0xEE60BC) is known color: Hot Pink. HEX triplet: EE, 60 and BC. RGB value is (238,96,188). Sum of RGB (Red+Green+Blue) = 238+96+188=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60BC is #119F43. Grayscale: #949494. Windows color (decimal): -1154884 or 12345582. OLE color: 12345582.

HSL color Cylindrical-coordinate representation of color #EE60BC: hue angle of 321.13º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60BC is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 188 -
CMYK 0 0.60 0.21 0.07
HSL 321.13º 0.81% 0.65% -
HSV(B) 321.13º 0.6% 0.93% -
XYZ 48.52 30.17 50.84 -
YUV 148.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 238 96 188 0 0.60 0.21 0.07 321.13 0.81 0.65
Hex EE 60 BC 0 3C 15 7 141 51 41
Octal 356 140 274 0 74 25 7 501 121 101
Binary 11101110 1100000 10111100 0 111100 10101 111 101000001 1010001 1000001

Color Harmonies of #EE60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE60BC

Black with #EE60BC

Text Example


Text Example

White with #EE60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE60BC; }

 p { color: rgb(238,96,188); }

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

background-color css

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

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

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

border-color css

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

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

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