Html Css Color HEX #EE0EBC Shocking Pink

📋 copy color: '#EE0EBC'

red 238 ◦ green 14 ◦ blue 188

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

Shades of Shocking Pink #EE0EBC

Tints of Shocking Pink #EE0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.18%

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

R = 54.09%
G = 3.18%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE0EBC (or 0xEE0EBC) is known color: Shocking Pink. HEX triplet: EE, 0E and BC. RGB value is (238,14,188). Sum of RGB (Red+Green+Blue) = 238+14+188=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EBC is #11F143. Grayscale: #646464. Windows color (decimal): -1175876 or 12324590. OLE color: 12324590.

HSL color Cylindrical-coordinate representation of color #EE0EBC: hue angle of 313.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EBC is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 188 -
CMYK 0 0.94 0.21 0.07
HSL 313.39º 0.89% 0.49% -
HSV(B) 313.39º 0.94% 0.93% -
XYZ 44.49 22.12 49.5 -
YUV 100.81 177.21 225.85 -
System Red Green Blue C M Y K H S L
Decimal 238 14 188 0 0.94 0.21 0.07 313.39 0.89 0.49
Hex EE E BC 0 5E 15 7 139 59 31
Octal 356 16 274 0 136 25 7 471 131 61
Binary 11101110 1110 10111100 0 1011110 10101 111 100111001 1011001 110001

Color Harmonies of #EE0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EBC

Black with #EE0EBC

Text Example


Text Example

White with #EE0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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