Html Css Color HEX #EC15CF Shocking Pink

📋 copy color: '#EC15CF'

red 236 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #EC15CF

Tints of Shocking Pink #EC15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 50.86%
G = 4.53%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC15CF (or 0xEC15CF) is known color: Shocking Pink. HEX triplet: EC, 15 and CF. RGB value is (236,21,207). Sum of RGB (Red+Green+Blue) = 236+21+207=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CF is #13EA30. Grayscale: #696969. Windows color (decimal): -1305137 or 13571564. OLE color: 13571564.

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

Color convert

RGB 236 21 207 -
CMYK 0 0.91 0.12 0.07
HSL 308.09º 0.85% 0.5% -
HSV(B) 308.09º 0.91% 0.93% -
XYZ 46.12 22.87 61.02 -
YUV 106.49 184.73 220.38 -
System Red Green Blue C M Y K H S L
Decimal 236 21 207 0 0.91 0.12 0.07 308.09 0.85 0.5
Hex EC 15 CF 0 5B C 7 134 55 32
Octal 354 25 317 0 133 14 7 464 125 62
Binary 11101100 10101 11001111 0 1011011 1100 111 100110100 1010101 110010

Color Harmonies of #EC15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15CF

Black with #EC15CF

Text Example


Text Example

White with #EC15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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