Html Css Color HEX #EE08B8 Shocking Pink

📋 copy color: '#EE08B8'

red 238 ◦ green 8 ◦ blue 184

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

Shades of Shocking Pink #EE08B8

Tints of Shocking Pink #EE08B8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 184 (72.27% from 255) = 42.79%

R = 55.35%
G = 1.86%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE08B8 (or 0xEE08B8) is known color: Shocking Pink. HEX triplet: EE, 08 and B8. RGB value is (238,8,184). Sum of RGB (Red+Green+Blue) = 238+8+184=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08B8 is #11F747. Grayscale: #606060. Windows color (decimal): -1177416 or 12060910. OLE color: 12060910.

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

Color convert

RGB 238 8 184 -
CMYK 0 0.97 0.23 0.07
HSL 314.09º 0.93% 0.48% -
HSV(B) 314.09º 0.97% 0.93% -
XYZ 44 21.81 47.24 -
YUV 96.83 177.2 228.69 -
System Red Green Blue C M Y K H S L
Decimal 238 8 184 0 0.97 0.23 0.07 314.09 0.93 0.48
Hex EE 8 B8 0 61 17 7 13A 5D 30
Octal 356 10 270 0 141 27 7 472 135 60
Binary 11101110 1000 10111000 0 1100001 10111 111 100111010 1011101 110000

Color Harmonies of #EE08B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08B8

Black with #EE08B8

Text Example


Text Example

White with #EE08B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08B8; }

 p { color: rgb(238,8,184); }

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

background-color css

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

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

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

border-color css

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

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

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