Html Css Color HEX #EB12D3 Shocking Pink

📋 copy color: '#EB12D3'

red 235 ◦ green 18 ◦ blue 211

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

Shades of Shocking Pink #EB12D3

Tints of Shocking Pink #EB12D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 50.65%
G = 3.88%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB12D3 (or 0xEB12D3) is known color: Shocking Pink. HEX triplet: EB, 12 and D3. RGB value is (235,18,211). Sum of RGB (Red+Green+Blue) = 235+18+211=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12D3 is #14ED2C. Grayscale: #686868. Windows color (decimal): -1371437 or 13832939. OLE color: 13832939.

HSL color Cylindrical-coordinate representation of color #EB12D3: hue angle of 306.64º 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 #EB12D3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 211 -
CMYK 0 0.92 0.10 0.08
HSL 306.64º 0.86% 0.5% -
HSV(B) 306.64º 0.92% 0.92% -
XYZ 46.24 22.8 63.59 -
YUV 104.89 187.89 220.81 -
System Red Green Blue C M Y K H S L
Decimal 235 18 211 0 0.92 0.10 0.08 306.64 0.86 0.5
Hex EB 12 D3 0 5C A 8 133 56 32
Octal 353 22 323 0 134 12 10 463 126 62
Binary 11101011 10010 11010011 0 1011100 1010 1000 100110011 1010110 110010

Color Harmonies of #EB12D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12D3

Black with #EB12D3

Text Example


Text Example

White with #EB12D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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