Html Css Color HEX #EB0DBB Shocking Pink

📋 copy color: '#EB0DBB'

red 235 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #EB0DBB

Tints of Shocking Pink #EB0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 54.02%
G = 2.99%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB0DBB (or 0xEB0DBB) is known color: Shocking Pink. HEX triplet: EB, 0D and BB. RGB value is (235,13,187). Sum of RGB (Red+Green+Blue) = 235+13+187=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DBB is #14F244. Grayscale: #626262. Windows color (decimal): -1372741 or 12258795. OLE color: 12258795.

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

Color convert

RGB 235 13 187 -
CMYK 0 0.94 0.20 0.08
HSL 312.97º 0.9% 0.49% -
HSV(B) 312.97º 0.94% 0.92% -
XYZ 43.37 21.54 48.88 -
YUV 99.21 177.55 224.85 -
System Red Green Blue C M Y K H S L
Decimal 235 13 187 0 0.94 0.20 0.08 312.97 0.9 0.49
Hex EB D BB 0 5E 14 8 139 5A 31
Octal 353 15 273 0 136 24 10 471 132 61
Binary 11101011 1101 10111011 0 1011110 10100 1000 100111001 1011010 110001

Color Harmonies of #EB0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DBB

Black with #EB0DBB

Text Example


Text Example

White with #EB0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DBB; }

 p { color: rgb(235,13,187); }

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

background-color css

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

 a { background-color: rgb(235,13,187); }

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

border-color css

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

 span { border-color: rgb(235,13,187); }

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