Html Css Color HEX #ED19CD Shocking Pink

📋 copy color: '#ED19CD'

red 237 ◦ green 25 ◦ blue 205

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

Shades of Shocking Pink #ED19CD

Tints of Shocking Pink #ED19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 50.75%
G = 5.35%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED19CD (or 0xED19CD) is known color: Shocking Pink. HEX triplet: ED, 19 and CD. RGB value is (237,25,205). Sum of RGB (Red+Green+Blue) = 237+25+205=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19CD is #12E632. Grayscale: #6C6C6C. Windows color (decimal): -1238579 or 13441517. OLE color: 13441517.

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

Color convert

RGB 237 25 205 -
CMYK 0 0.89 0.14 0.07
HSL 309.06º 0.85% 0.51% -
HSV(B) 309.06º 0.89% 0.93% -
XYZ 46.29 23.11 59.78 -
YUV 108.91 182.24 219.36 -
System Red Green Blue C M Y K H S L
Decimal 237 25 205 0 0.89 0.14 0.07 309.06 0.85 0.51
Hex ED 19 CD 0 59 E 7 135 55 33
Octal 355 31 315 0 131 16 7 465 125 63
Binary 11101101 11001 11001101 0 1011001 1110 111 100110101 1010101 110011

Color Harmonies of #ED19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19CD

Black with #ED19CD

Text Example


Text Example

White with #ED19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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