Html Css Color HEX #EB0CBC Shocking Pink

📋 copy color: '#EB0CBC'

red 235 ◦ green 12 ◦ blue 188

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

Shades of Shocking Pink #EB0CBC

Tints of Shocking Pink #EB0CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 54.02%
G = 2.76%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EB0CBC (or 0xEB0CBC) is known color: Shocking Pink. HEX triplet: EB, 0C and BC. RGB value is (235,12,188). Sum of RGB (Red+Green+Blue) = 235+12+188=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CBC is #14F343. Grayscale: #626262. Windows color (decimal): -1372996 or 12324075. OLE color: 12324075.

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

Color convert

RGB 235 12 188 -
CMYK 0 0.95 0.2 0.08
HSL 312.65º 0.9% 0.48% -
HSV(B) 312.65º 0.95% 0.92% -
XYZ 43.47 21.56 49.45 -
YUV 98.74 178.38 225.19 -
System Red Green Blue C M Y K H S L
Decimal 235 12 188 0 0.95 0.2 0.08 312.65 0.9 0.48
Hex EB C BC 0 5F 14 8 139 5A 30
Octal 353 14 274 0 137 24 10 471 132 60
Binary 11101011 1100 10111100 0 1011111 10100 1000 100111001 1011010 110000

Color Harmonies of #EB0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CBC

Black with #EB0CBC

Text Example


Text Example

White with #EB0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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