Html Css Color HEX #EB0AB2 Shocking Pink

📋 copy color: '#EB0AB2'

red 235 ◦ green 10 ◦ blue 178

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

Shades of Shocking Pink #EB0AB2

Tints of Shocking Pink #EB0AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 55.56%
G = 2.36%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB0AB2 (or 0xEB0AB2) is known color: Shocking Pink. HEX triplet: EB, 0A and B2. RGB value is (235,10,178). Sum of RGB (Red+Green+Blue) = 235+10+178=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0AB2 is #14F54D. Grayscale: #5F5F5F. Windows color (decimal): -1373518 or 11668203. OLE color: 11668203.

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

Color convert

RGB 235 10 178 -
CMYK 0 0.96 0.24 0.08
HSL 315.2º 0.92% 0.48% -
HSV(B) 315.2º 0.96% 0.92% -
XYZ 42.41 21.09 43.96 -
YUV 96.43 174.04 226.84 -
System Red Green Blue C M Y K H S L
Decimal 235 10 178 0 0.96 0.24 0.08 315.2 0.92 0.48
Hex EB A B2 0 60 18 8 13B 5C 30
Octal 353 12 262 0 140 30 10 473 134 60
Binary 11101011 1010 10110010 0 1100000 11000 1000 100111011 1011100 110000

Color Harmonies of #EB0AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AB2

Black with #EB0AB2

Text Example


Text Example

White with #EB0AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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