Html Css Color HEX #EB0CB1 Shocking Pink

📋 copy color: '#EB0CB1'

red 235 ◦ green 12 ◦ blue 177

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

Shades of Shocking Pink #EB0CB1

Tints of Shocking Pink #EB0CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.83%

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 55.42%
G = 2.83%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB0CB1 (or 0xEB0CB1) is known color: Shocking Pink. HEX triplet: EB, 0C and B1. RGB value is (235,12,177). Sum of RGB (Red+Green+Blue) = 235+12+177=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0CB1 is #14F34E. Grayscale: #616161. Windows color (decimal): -1373007 or 11603179. OLE color: 11603179.

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

Color convert

RGB 235 12 177 -
CMYK 0 0.95 0.25 0.08
HSL 315.61º 0.9% 0.48% -
HSV(B) 315.61º 0.95% 0.92% -
XYZ 42.33 21.1 43.44 -
YUV 97.49 172.88 226.08 -
System Red Green Blue C M Y K H S L
Decimal 235 12 177 0 0.95 0.25 0.08 315.61 0.9 0.48
Hex EB C B1 0 5F 19 8 13C 5A 30
Octal 353 14 261 0 137 31 10 474 132 60
Binary 11101011 1100 10110001 0 1011111 11001 1000 100111100 1011010 110000

Color Harmonies of #EB0CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CB1

Black with #EB0CB1

Text Example


Text Example

White with #EB0CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CB1; }

 p { color: rgb(235,12,177); }

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

background-color css

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

 a { background-color: rgb(235,12,177); }

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

border-color css

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

 span { border-color: rgb(235,12,177); }

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