Html Css Color HEX #ED197D Deep Pink

📋 copy color: '#ED197D'

red 237 ◦ green 25 ◦ blue 125

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

Shades of Deep Pink #ED197D

Tints of Deep Pink #ED197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 61.24%
G = 6.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED197D (or 0xED197D) is known color: Deep Pink. HEX triplet: ED, 19 and 7D. RGB value is (237,25,125). Sum of RGB (Red+Green+Blue) = 237+25+125=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED197D is #12E682. Grayscale: #636363. Windows color (decimal): -1238659 or 8198637. OLE color: 8198637.

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

Color convert

RGB 237 25 125 -
CMYK 0 0.89 0.47 0.07
HSL 331.7º 0.85% 0.51% -
HSV(B) 331.7º 0.89% 0.93% -
XYZ 38.97 20.18 21.24 -
YUV 99.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 237 25 125 0 0.89 0.47 0.07 331.7 0.85 0.51
Hex ED 19 7D 0 59 2F 7 14C 55 33
Octal 355 31 175 0 131 57 7 514 125 63
Binary 11101101 11001 1111101 0 1011001 101111 111 101001100 1010101 110011

Color Harmonies of #ED197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED197D

Black with #ED197D

Text Example


Text Example

White with #ED197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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