Html Css Color HEX #ED19D7 Shocking Pink

📋 copy color: '#ED19D7'

red 237 ◦ green 25 ◦ blue 215

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

Shades of Shocking Pink #ED19D7

Tints of Shocking Pink #ED19D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 49.69%
G = 5.24%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED19D7 (or 0xED19D7) is known color: Shocking Pink. HEX triplet: ED, 19 and D7. RGB value is (237,25,215). Sum of RGB (Red+Green+Blue) = 237+25+215=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19D7 is #12E628. Grayscale: #6D6D6D. Windows color (decimal): -1238569 or 14096877. OLE color: 14096877.

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

Color convert

RGB 237 25 215 -
CMYK 0 0.89 0.09 0.07
HSL 306.23º 0.85% 0.51% -
HSV(B) 306.23º 0.89% 0.93% -
XYZ 47.54 23.61 66.34 -
YUV 110.05 187.24 218.55 -
System Red Green Blue C M Y K H S L
Decimal 237 25 215 0 0.89 0.09 0.07 306.23 0.85 0.51
Hex ED 19 D7 0 59 9 7 132 55 33
Octal 355 31 327 0 131 11 7 462 125 63
Binary 11101101 11001 11010111 0 1011001 1001 111 100110010 1010101 110011

Color Harmonies of #ED19D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19D7

Black with #ED19D7

Text Example


Text Example

White with #ED19D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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