Html Css Color HEX #ED15BF Shocking Pink

📋 copy color: '#ED15BF'

red 237 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #ED15BF

Tints of Shocking Pink #ED15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 52.78%
G = 4.68%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED15BF (or 0xED15BF) is known color: Shocking Pink. HEX triplet: ED, 15 and BF. RGB value is (237,21,191). Sum of RGB (Red+Green+Blue) = 237+21+191=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15BF is #12EA40. Grayscale: #686868. Windows color (decimal): -1239617 or 12522989. OLE color: 12522989.

HSL color Cylindrical-coordinate representation of color #ED15BF: hue angle of 312.78º 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 #ED15BF is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 191 -
CMYK 0 0.91 0.19 0.07
HSL 312.78º 0.86% 0.51% -
HSV(B) 312.78º 0.91% 0.93% -
XYZ 44.6 22.3 51.24 -
YUV 104.96 176.56 222.18 -
System Red Green Blue C M Y K H S L
Decimal 237 21 191 0 0.91 0.19 0.07 312.78 0.86 0.51
Hex ED 15 BF 0 5B 13 7 139 56 33
Octal 355 25 277 0 133 23 7 471 126 63
Binary 11101101 10101 10111111 0 1011011 10011 111 100111001 1010110 110011

Color Harmonies of #ED15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15BF

Black with #ED15BF

Text Example


Text Example

White with #ED15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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