Html Css Color HEX #EE13CB Shocking Pink

📋 copy color: '#EE13CB'

red 238 ◦ green 19 ◦ blue 203

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

Shades of Shocking Pink #EE13CB

Tints of Shocking Pink #EE13CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.13%

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

R = 51.74%
G = 4.13%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE13CB (or 0xEE13CB) is known color: Shocking Pink. HEX triplet: EE, 13 and CB. RGB value is (238,19,203). Sum of RGB (Red+Green+Blue) = 238+19+203=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13CB is #11EC34. Grayscale: #686868. Windows color (decimal): -1174581 or 13308910. OLE color: 13308910.

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

Color convert

RGB 238 19 203 -
CMYK 0 0.92 0.15 0.07
HSL 309.59º 0.87% 0.5% -
HSV(B) 309.59º 0.92% 0.93% -
XYZ 46.27 22.95 58.49 -
YUV 105.46 183.05 222.54 -
System Red Green Blue C M Y K H S L
Decimal 238 19 203 0 0.92 0.15 0.07 309.59 0.87 0.5
Hex EE 13 CB 0 5C F 7 136 57 32
Octal 356 23 313 0 134 17 7 466 127 62
Binary 11101110 10011 11001011 0 1011100 1111 111 100110110 1010111 110010

Color Harmonies of #EE13CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13CB

Black with #EE13CB

Text Example


Text Example

White with #EE13CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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