Html Css Color HEX #ED19D4 Shocking Pink

📋 copy color: '#ED19D4'

red 237 ◦ green 25 ◦ blue 212

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

Shades of Shocking Pink #ED19D4

Tints of Shocking Pink #ED19D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 50%
G = 5.27%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED19D4 (or 0xED19D4) is known color: Shocking Pink. HEX triplet: ED, 19 and D4. RGB value is (237,25,212). Sum of RGB (Red+Green+Blue) = 237+25+212=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19D4 is #12E62B. Grayscale: #6D6D6D. Windows color (decimal): -1238572 or 13900269. OLE color: 13900269.

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

Color convert

RGB 237 25 212 -
CMYK 0 0.89 0.11 0.07
HSL 307.08º 0.85% 0.51% -
HSV(B) 307.08º 0.89% 0.93% -
XYZ 47.16 23.45 64.33 -
YUV 109.71 185.74 218.79 -
System Red Green Blue C M Y K H S L
Decimal 237 25 212 0 0.89 0.11 0.07 307.08 0.85 0.51
Hex ED 19 D4 0 59 B 7 133 55 33
Octal 355 31 324 0 131 13 7 463 125 63
Binary 11101101 11001 11010100 0 1011001 1011 111 100110011 1010101 110011

Color Harmonies of #ED19D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19D4

Black with #ED19D4

Text Example


Text Example

White with #ED19D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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