Html Css Color HEX #ED15BB Shocking Pink

📋 copy color: '#ED15BB'

red 237 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #ED15BB

Tints of Shocking Pink #ED15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.72%

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

R = 53.26%
G = 4.72%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED15BB (or 0xED15BB) is known color: Shocking Pink. HEX triplet: ED, 15 and BB. RGB value is (237,21,187). Sum of RGB (Red+Green+Blue) = 237+21+187=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15BB is #12EA44. Grayscale: #686868. Windows color (decimal): -1239621 or 12260845. OLE color: 12260845.

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

Color convert

RGB 237 21 187 -
CMYK 0 0.91 0.21 0.07
HSL 313.89º 0.86% 0.51% -
HSV(B) 313.89º 0.91% 0.93% -
XYZ 44.16 22.13 48.96 -
YUV 104.51 174.56 222.5 -
System Red Green Blue C M Y K H S L
Decimal 237 21 187 0 0.91 0.21 0.07 313.89 0.86 0.51
Hex ED 15 BB 0 5B 15 7 13A 56 33
Octal 355 25 273 0 133 25 7 472 126 63
Binary 11101101 10101 10111011 0 1011011 10101 111 100111010 1010110 110011

Color Harmonies of #ED15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15BB

Black with #ED15BB

Text Example


Text Example

White with #ED15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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