Html Css Color HEX #EB13B2 Shocking Pink

📋 copy color: '#EB13B2'

red 235 ◦ green 19 ◦ blue 178

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

Shades of Shocking Pink #EB13B2

Tints of Shocking Pink #EB13B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 54.4%
G = 4.4%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB13B2 (or 0xEB13B2) is known color: Shocking Pink. HEX triplet: EB, 13 and B2. RGB value is (235,19,178). Sum of RGB (Red+Green+Blue) = 235+19+178=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB13B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB13B2 is #14EC4D. Grayscale: #656565. Windows color (decimal): -1371214 or 11670507. OLE color: 11670507.

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

Color convert

RGB 235 19 178 -
CMYK 0 0.92 0.24 0.08
HSL 315.83º 0.85% 0.5% -
HSV(B) 315.83º 0.92% 0.92% -
XYZ 42.53 21.34 44 -
YUV 101.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 235 19 178 0 0.92 0.24 0.08 315.83 0.85 0.5
Hex EB 13 B2 0 5C 18 8 13C 55 32
Octal 353 23 262 0 134 30 10 474 125 62
Binary 11101011 10011 10110010 0 1011100 11000 1000 100111100 1010101 110010

Color Harmonies of #EB13B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB13B2

Black with #EB13B2

Text Example


Text Example

White with #EB13B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB13B2; }

 p { color: rgb(235,19,178); }

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

background-color css

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

 a { background-color: rgb(235,19,178); }

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

border-color css

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

 span { border-color: rgb(235,19,178); }

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