Html Css Color HEX #ED15B7 Shocking Pink

📋 copy color: '#ED15B7'

red 237 ◦ green 21 ◦ blue 183

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

Shades of Shocking Pink #ED15B7

Tints of Shocking Pink #ED15B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 53.74%
G = 4.76%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED15B7 (or 0xED15B7) is known color: Shocking Pink. HEX triplet: ED, 15 and B7. RGB value is (237,21,183). Sum of RGB (Red+Green+Blue) = 237+21+183=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15B7 is #12EA48. Grayscale: #676767. Windows color (decimal): -1239625 or 11998701. OLE color: 11998701.

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

Color convert

RGB 237 21 183 -
CMYK 0 0.91 0.23 0.07
HSL 315º 0.86% 0.51% -
HSV(B) 315º 0.91% 0.93% -
XYZ 43.74 21.96 46.73 -
YUV 104.05 172.56 222.83 -
System Red Green Blue C M Y K H S L
Decimal 237 21 183 0 0.91 0.23 0.07 315 0.86 0.51
Hex ED 15 B7 0 5B 17 7 13B 56 33
Octal 355 25 267 0 133 27 7 473 126 63
Binary 11101101 10101 10110111 0 1011011 10111 111 100111011 1010110 110011

Color Harmonies of #ED15B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15B7

Black with #ED15B7

Text Example


Text Example

White with #ED15B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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