Html Css Color HEX #EB12CE Shocking Pink

📋 copy color: '#EB12CE'

red 235 ◦ green 18 ◦ blue 206

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

Shades of Shocking Pink #EB12CE

Tints of Shocking Pink #EB12CE

RGB

 RED value IS 235 (92.19% from 255) = 51.2%

 GREEN value IS 18 (7.42% from 255) = 3.92%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 51.2%
G = 3.92%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB12CE (or 0xEB12CE) is known color: Shocking Pink. HEX triplet: EB, 12 and CE. RGB value is (235,18,206). Sum of RGB (Red+Green+Blue) = 235+18+206=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12CE is #14ED31. Grayscale: #676767. Windows color (decimal): -1371442 or 13505259. OLE color: 13505259.

HSL color Cylindrical-coordinate representation of color #EB12CE: hue angle of 308.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB12CE is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 206 -
CMYK 0 0.92 0.12 0.08
HSL 308.02º 0.86% 0.5% -
HSV(B) 308.02º 0.92% 0.92% -
XYZ 45.62 22.55 60.34 -
YUV 104.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 235 18 206 0 0.92 0.12 0.08 308.02 0.86 0.5
Hex EB 12 CE 0 5C C 8 134 56 32
Octal 353 22 316 0 134 14 10 464 126 62
Binary 11101011 10010 11001110 0 1011100 1100 1000 100110100 1010110 110010

Color Harmonies of #EB12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12CE

Black with #EB12CE

Text Example


Text Example

White with #EB12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12CE; }

 p { color: rgb(235,18,206); }

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

background-color css

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

 a { background-color: rgb(235,18,206); }

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

border-color css

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

 span { border-color: rgb(235,18,206); }

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