Html Css Color HEX #ED19CC Shocking Pink

📋 copy color: '#ED19CC'

red 237 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #ED19CC

Tints of Shocking Pink #ED19CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 50.86%
G = 5.36%
B = 43.78%

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

#ED19CC (or 0xED19CC) is known color: Shocking Pink. HEX triplet: ED, 19 and CC. RGB value is (237,25,204). Sum of RGB (Red+Green+Blue) = 237+25+204=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19CC is #12E633. Grayscale: #6C6C6C. Windows color (decimal): -1238580 or 13375981. OLE color: 13375981.

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

Color convert

RGB 237 25 204 -
CMYK 0 0.89 0.14 0.07
HSL 309.34º 0.85% 0.51% -
HSV(B) 309.34º 0.89% 0.93% -
XYZ 46.17 23.06 59.14 -
YUV 108.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 237 25 204 0 0.89 0.14 0.07 309.34 0.85 0.51
Hex ED 19 CC 0 59 E 7 135 55 33
Octal 355 31 314 0 131 16 7 465 125 63
Binary 11101101 11001 11001100 0 1011001 1110 111 100110101 1010101 110011

Color Harmonies of #ED19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19CC

Black with #ED19CC

Text Example


Text Example

White with #ED19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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