Html Css Color HEX #ED19DB Shocking Pink

📋 copy color: '#ED19DB'

red 237 ◦ green 25 ◦ blue 219

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

Shades of Shocking Pink #ED19DB

Tints of Shocking Pink #ED19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.2%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 49.27%
G = 5.2%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED19DB (or 0xED19DB) is known color: Shocking Pink. HEX triplet: ED, 19 and DB. RGB value is (237,25,219). Sum of RGB (Red+Green+Blue) = 237+25+219=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19DB is #12E624. Grayscale: #6D6D6D. Windows color (decimal): -1238565 or 14359021. OLE color: 14359021.

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

Color convert

RGB 237 25 219 -
CMYK 0 0.89 0.08 0.07
HSL 305.09º 0.85% 0.51% -
HSV(B) 305.09º 0.89% 0.93% -
XYZ 48.06 23.81 69.08 -
YUV 110.5 189.24 218.23 -
System Red Green Blue C M Y K H S L
Decimal 237 25 219 0 0.89 0.08 0.07 305.09 0.85 0.51
Hex ED 19 DB 0 59 8 7 131 55 33
Octal 355 31 333 0 131 10 7 461 125 63
Binary 11101101 11001 11011011 0 1011001 1000 111 100110001 1010101 110011

Color Harmonies of #ED19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19DB

Black with #ED19DB

Text Example


Text Example

White with #ED19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19DB; }

 p { color: rgb(237,25,219); }

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

background-color css

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

 a { background-color: rgb(237,25,219); }

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

border-color css

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

 span { border-color: rgb(237,25,219); }

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