Html Css Color HEX #EE1ECB Shocking Pink

📋 copy color: '#EE1ECB'

red 238 ◦ green 30 ◦ blue 203

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

Shades of Shocking Pink #EE1ECB

Tints of Shocking Pink #EE1ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 50.53%
G = 6.37%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE1ECB (or 0xEE1ECB) is known color: Shocking Pink. HEX triplet: EE, 1E and CB. RGB value is (238,30,203). Sum of RGB (Red+Green+Blue) = 238+30+203=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ECB is #11E134. Grayscale: #6F6F6F. Windows color (decimal): -1171765 or 13311726. OLE color: 13311726.

HSL color Cylindrical-coordinate representation of color #EE1ECB: hue angle of 310.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1ECB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 30 203 -
CMYK 0 0.87 0.15 0.07
HSL 310.1º 0.86% 0.53% -
HSV(B) 310.1º 0.87% 0.93% -
XYZ 46.5 23.42 58.57 -
YUV 111.91 179.41 217.93 -
System Red Green Blue C M Y K H S L
Decimal 238 30 203 0 0.87 0.15 0.07 310.1 0.86 0.53
Hex EE 1E CB 0 57 F 7 136 56 35
Octal 356 36 313 0 127 17 7 466 126 65
Binary 11101110 11110 11001011 0 1010111 1111 111 100110110 1010110 110101

Color Harmonies of #EE1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ECB

Black with #EE1ECB

Text Example


Text Example

White with #EE1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ECB; }

 p { color: rgb(238,30,203); }

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

background-color css

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

 a { background-color: rgb(238,30,203); }

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

border-color css

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

 span { border-color: rgb(238,30,203); }

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