Html Css Color HEX #ED00BB Shocking Pink

📋 copy color: '#ED00BB'

red 237 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #ED00BB

Tints of Shocking Pink #ED00BB

RGB

 RED value IS 237 (92.97% from 255) = 55.9%

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

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

R = 55.9%
G = 0%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED00BB (or 0xED00BB) is known color: Shocking Pink. HEX triplet: ED, 00 and BB. RGB value is (237,0,187). Sum of RGB (Red+Green+Blue) = 237+0+187=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00BB is #12FF44. Grayscale: #5B5B5B. Windows color (decimal): -1244997 or 12255469. OLE color: 12255469.

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

Color convert

RGB 237 0 187 -
CMYK 0 1 0.21 0.07
HSL 312.66º 1% 0.46% -
HSV(B) 312.66º 1% 0.93% -
XYZ 43.89 21.59 48.87 -
YUV 92.18 181.52 231.29 -
System Red Green Blue C M Y K H S L
Decimal 237 0 187 0 1 0.21 0.07 312.66 1 0.46
Hex ED 0 BB 0 64 15 7 139 64 2E
Octal 355 0 273 0 144 25 7 471 144 56
Binary 11101101 0 10111011 0 1100100 10101 111 100111001 1100100 101110

Color Harmonies of #ED00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00BB

Black with #ED00BB

Text Example


Text Example

White with #ED00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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