Html Css Color HEX #EB0CC8 Shocking Pink

📋 copy color: '#EB0CC8'

red 235 ◦ green 12 ◦ blue 200

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

Shades of Shocking Pink #EB0CC8

Tints of Shocking Pink #EB0CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 52.57%
G = 2.68%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB0CC8 (or 0xEB0CC8) is known color: Shocking Pink. HEX triplet: EB, 0C and C8. RGB value is (235,12,200). Sum of RGB (Red+Green+Blue) = 235+12+200=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CC8 is #14F337. Grayscale: #636363. Windows color (decimal): -1372984 or 13110507. OLE color: 13110507.

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

Color convert

RGB 235 12 200 -
CMYK 0 0.95 0.15 0.08
HSL 309.42º 0.9% 0.48% -
HSV(B) 309.42º 0.95% 0.92% -
XYZ 44.82 22.1 56.55 -
YUV 100.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 235 12 200 0 0.95 0.15 0.08 309.42 0.9 0.48
Hex EB C C8 0 5F F 8 135 5A 30
Octal 353 14 310 0 137 17 10 465 132 60
Binary 11101011 1100 11001000 0 1011111 1111 1000 100110101 1011010 110000

Color Harmonies of #EB0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CC8

Black with #EB0CC8

Text Example


Text Example

White with #EB0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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