Html Css Color HEX #ED198F Deep Pink

📋 copy color: '#ED198F'

red 237 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #ED198F

Tints of Deep Pink #ED198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 58.52%
G = 6.17%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED198F (or 0xED198F) is known color: Deep Pink. HEX triplet: ED, 19 and 8F. RGB value is (237,25,143). Sum of RGB (Red+Green+Blue) = 237+25+143=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED198F is #12E670. Grayscale: #656565. Windows color (decimal): -1238641 or 9378285. OLE color: 9378285.

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

Color convert

RGB 237 25 143 -
CMYK 0 0.89 0.40 0.07
HSL 326.6º 0.85% 0.51% -
HSV(B) 326.6º 0.89% 0.93% -
XYZ 40.23 20.68 27.86 -
YUV 101.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 237 25 143 0 0.89 0.40 0.07 326.6 0.85 0.51
Hex ED 19 8F 0 59 28 7 147 55 33
Octal 355 31 217 0 131 50 7 507 125 63
Binary 11101101 11001 10001111 0 1011001 101000 111 101000111 1010101 110011

Color Harmonies of #ED198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED198F

Black with #ED198F

Text Example


Text Example

White with #ED198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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