Html Css Color HEX #EB11B2 Shocking Pink

📋 copy color: '#EB11B2'

red 235 ◦ green 17 ◦ blue 178

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

Shades of Shocking Pink #EB11B2

Tints of Shocking Pink #EB11B2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.95%

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

R = 54.65%
G = 3.95%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB11B2 (or 0xEB11B2) is known color: Shocking Pink. HEX triplet: EB, 11 and B2. RGB value is (235,17,178). Sum of RGB (Red+Green+Blue) = 235+17+178=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB11B2 is #14EE4D. Grayscale: #646464. Windows color (decimal): -1371726 or 11669995. OLE color: 11669995.

HSL color Cylindrical-coordinate representation of color #EB11B2: hue angle of 315.69º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11B2 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 178 -
CMYK 0 0.93 0.24 0.08
HSL 315.69º 0.87% 0.49% -
HSV(B) 315.69º 0.93% 0.92% -
XYZ 42.5 21.28 43.99 -
YUV 100.54 171.72 223.91 -
System Red Green Blue C M Y K H S L
Decimal 235 17 178 0 0.93 0.24 0.08 315.69 0.87 0.49
Hex EB 11 B2 0 5D 18 8 13C 57 31
Octal 353 21 262 0 135 30 10 474 127 61
Binary 11101011 10001 10110010 0 1011101 11000 1000 100111100 1010111 110001

Color Harmonies of #EB11B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB11B2

Black with #EB11B2

Text Example


Text Example

White with #EB11B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB11B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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