Html Css Color HEX #EB0CCB Shocking Pink

📋 copy color: '#EB0CCB'

red 235 ◦ green 12 ◦ blue 203

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

Shades of Shocking Pink #EB0CCB

Tints of Shocking Pink #EB0CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 52.22%
G = 2.67%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB0CCB (or 0xEB0CCB) is known color: Shocking Pink. HEX triplet: EB, 0C and CB. RGB value is (235,12,203). Sum of RGB (Red+Green+Blue) = 235+12+203=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CCB is #14F334. Grayscale: #636363. Windows color (decimal): -1372981 or 13307115. OLE color: 13307115.

HSL color Cylindrical-coordinate representation of color #EB0CCB: hue angle of 308.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 #EB0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 12 203 -
CMYK 0 0.95 0.14 0.08
HSL 308.61º 0.9% 0.48% -
HSV(B) 308.61º 0.95% 0.92% -
XYZ 45.17 22.24 58.41 -
YUV 100.45 185.88 223.97 -
System Red Green Blue C M Y K H S L
Decimal 235 12 203 0 0.95 0.14 0.08 308.61 0.9 0.48
Hex EB C CB 0 5F E 8 135 5A 30
Octal 353 14 313 0 137 16 10 465 132 60
Binary 11101011 1100 11001011 0 1011111 1110 1000 100110101 1011010 110000

Color Harmonies of #EB0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CCB

Black with #EB0CCB

Text Example


Text Example

White with #EB0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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