Html Css Color HEX #EE08B3 Shocking Pink

📋 copy color: '#EE08B3'

red 238 ◦ green 8 ◦ blue 179

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

Shades of Shocking Pink #EE08B3

Tints of Shocking Pink #EE08B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 56%
G = 1.88%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE08B3 (or 0xEE08B3) is known color: Shocking Pink. HEX triplet: EE, 08 and B3. RGB value is (238,8,179). Sum of RGB (Red+Green+Blue) = 238+8+179=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08B3 is #11F74C. Grayscale: #5F5F5F. Windows color (decimal): -1177421 or 11733230. OLE color: 11733230.

HSL color Cylindrical-coordinate representation of color #EE08B3: hue angle of 315.39º 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 #EE08B3 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 179 -
CMYK 0 0.97 0.25 0.07
HSL 315.39º 0.93% 0.48% -
HSV(B) 315.39º 0.97% 0.93% -
XYZ 43.48 21.61 44.53 -
YUV 96.26 174.7 229.1 -
System Red Green Blue C M Y K H S L
Decimal 238 8 179 0 0.97 0.25 0.07 315.39 0.93 0.48
Hex EE 8 B3 0 61 19 7 13B 5D 30
Octal 356 10 263 0 141 31 7 473 135 60
Binary 11101110 1000 10110011 0 1100001 11001 111 100111011 1011101 110000

Color Harmonies of #EE08B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08B3

Black with #EE08B3

Text Example


Text Example

White with #EE08B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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