Html Css Color HEX #ED15BE Shocking Pink

📋 copy color: '#ED15BE'

red 237 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #ED15BE

Tints of Shocking Pink #ED15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 52.9%
G = 4.69%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED15BE (or 0xED15BE) is known color: Shocking Pink. HEX triplet: ED, 15 and BE. RGB value is (237,21,190). Sum of RGB (Red+Green+Blue) = 237+21+190=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15BE is #12EA41. Grayscale: #686868. Windows color (decimal): -1239618 or 12457453. OLE color: 12457453.

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

Color convert

RGB 237 21 190 -
CMYK 0 0.91 0.20 0.07
HSL 313.06º 0.86% 0.51% -
HSV(B) 313.06º 0.91% 0.93% -
XYZ 44.49 22.26 50.67 -
YUV 104.85 176.06 222.26 -
System Red Green Blue C M Y K H S L
Decimal 237 21 190 0 0.91 0.20 0.07 313.06 0.86 0.51
Hex ED 15 BE 0 5B 14 7 139 56 33
Octal 355 25 276 0 133 24 7 471 126 63
Binary 11101101 10101 10111110 0 1011011 10100 111 100111001 1010110 110011

Color Harmonies of #ED15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15BE

Black with #ED15BE

Text Example


Text Example

White with #ED15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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