Html Css Color HEX #EE0EBE Shocking Pink

📋 copy color: '#EE0EBE'

red 238 ◦ green 14 ◦ blue 190

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

Shades of Shocking Pink #EE0EBE

Tints of Shocking Pink #EE0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 53.85%
G = 3.17%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE0EBE (or 0xEE0EBE) is known color: Shocking Pink. HEX triplet: EE, 0E and BE. RGB value is (238,14,190). Sum of RGB (Red+Green+Blue) = 238+14+190=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EBE is #11F141. Grayscale: #646464. Windows color (decimal): -1175874 or 12455662. OLE color: 12455662.

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

Color convert

RGB 238 14 190 -
CMYK 0 0.94 0.20 0.07
HSL 312.86º 0.89% 0.49% -
HSV(B) 312.86º 0.94% 0.93% -
XYZ 44.71 22.21 50.65 -
YUV 101.04 178.21 225.69 -
System Red Green Blue C M Y K H S L
Decimal 238 14 190 0 0.94 0.20 0.07 312.86 0.89 0.49
Hex EE E BE 0 5E 14 7 139 59 31
Octal 356 16 276 0 136 24 7 471 131 61
Binary 11101110 1110 10111110 0 1011110 10100 111 100111001 1011001 110001

Color Harmonies of #EE0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EBE

Black with #EE0EBE

Text Example


Text Example

White with #EE0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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