Html Css Color HEX #EB00BB Shocking Pink

📋 copy color: '#EB00BB'

red 235 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #EB00BB

Tints of Shocking Pink #EB00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.69%
G = 0%
B = 44.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB00BB (or 0xEB00BB) is known color: Shocking Pink. HEX triplet: EB, 00 and BB. RGB value is (235,0,187). Sum of RGB (Red+Green+Blue) = 235+0+187=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00BB is #14FF44. Grayscale: #5B5B5B. Windows color (decimal): -1376069 or 12255467. OLE color: 12255467.

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

Color convert

RGB 235 0 187 -
CMYK 0 1 0.20 0.08
HSL 312.26º 1% 0.46% -
HSV(B) 312.26º 1% 0.92% -
XYZ 43.23 21.25 48.84 -
YUV 91.58 181.86 230.29 -
System Red Green Blue C M Y K H S L
Decimal 235 0 187 0 1 0.20 0.08 312.26 1 0.46
Hex EB 0 BB 0 64 14 8 138 64 2E
Octal 353 0 273 0 144 24 10 470 144 56
Binary 11101011 0 10111011 0 1100100 10100 1000 100111000 1100100 101110

Color Harmonies of #EB00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00BB

Black with #EB00BB

Text Example


Text Example

White with #EB00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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