Html Css Color HEX #EC15CB Shocking Pink

📋 copy color: '#EC15CB'

red 236 ◦ green 21 ◦ blue 203

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

Shades of Shocking Pink #EC15CB

Tints of Shocking Pink #EC15CB

RGB

 RED value IS 236 (92.58% from 255) = 51.3%

 GREEN value IS 21 (8.59% from 255) = 4.57%

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

R = 51.3%
G = 4.57%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC15CB (or 0xEC15CB) is known color: Shocking Pink. HEX triplet: EC, 15 and CB. RGB value is (236,21,203). Sum of RGB (Red+Green+Blue) = 236+21+203=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CB is #13EA34. Grayscale: #696969. Windows color (decimal): -1305141 or 13309420. OLE color: 13309420.

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

Color convert

RGB 236 21 203 -
CMYK 0 0.91 0.14 0.07
HSL 309.21º 0.85% 0.5% -
HSV(B) 309.21º 0.91% 0.93% -
XYZ 45.64 22.68 58.47 -
YUV 106.03 182.73 220.7 -
System Red Green Blue C M Y K H S L
Decimal 236 21 203 0 0.91 0.14 0.07 309.21 0.85 0.5
Hex EC 15 CB 0 5B E 7 135 55 32
Octal 354 25 313 0 133 16 7 465 125 62
Binary 11101100 10101 11001011 0 1011011 1110 111 100110101 1010101 110010

Color Harmonies of #EC15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15CB

Black with #EC15CB

Text Example


Text Example

White with #EC15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15CB; }

 p { color: rgb(236,21,203); }

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

background-color css

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

 a { background-color: rgb(236,21,203); }

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

border-color css

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

 span { border-color: rgb(236,21,203); }

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