Html Css Color HEX #EE0EC3 Shocking Pink

📋 copy color: '#EE0EC3'

red 238 ◦ green 14 ◦ blue 195

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

Shades of Shocking Pink #EE0EC3

Tints of Shocking Pink #EE0EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.62%

R = 53.24%
G = 3.13%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE0EC3 (or 0xEE0EC3) is known color: Shocking Pink. HEX triplet: EE, 0E and C3. RGB value is (238,14,195). Sum of RGB (Red+Green+Blue) = 238+14+195=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EC3 is #11F13C. Grayscale: #656565. Windows color (decimal): -1175869 or 12783342. OLE color: 12783342.

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

Color convert

RGB 238 14 195 -
CMYK 0 0.94 0.18 0.07
HSL 311.52º 0.89% 0.49% -
HSV(B) 311.52º 0.94% 0.93% -
XYZ 45.27 22.43 53.57 -
YUV 101.61 180.71 225.28 -
System Red Green Blue C M Y K H S L
Decimal 238 14 195 0 0.94 0.18 0.07 311.52 0.89 0.49
Hex EE E C3 0 5E 12 7 138 59 31
Octal 356 16 303 0 136 22 7 470 131 61
Binary 11101110 1110 11000011 0 1011110 10010 111 100111000 1011001 110001

Color Harmonies of #EE0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EC3

Black with #EE0EC3

Text Example


Text Example

White with #EE0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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