Html Css Color HEX #ED198A Deep Pink

📋 copy color: '#ED198A'

red 237 ◦ green 25 ◦ blue 138

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

Shades of Deep Pink #ED198A

Tints of Deep Pink #ED198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 59.25%
G = 6.25%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED198A (or 0xED198A) is known color: Deep Pink. HEX triplet: ED, 19 and 8A. RGB value is (237,25,138). Sum of RGB (Red+Green+Blue) = 237+25+138=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED198A is #12E675. Grayscale: #656565. Windows color (decimal): -1238646 or 9050605. OLE color: 9050605.

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

Color convert

RGB 237 25 138 -
CMYK 0 0.89 0.42 0.07
HSL 328.02º 0.85% 0.51% -
HSV(B) 328.02º 0.89% 0.93% -
XYZ 39.86 20.53 25.91 -
YUV 101.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 237 25 138 0 0.89 0.42 0.07 328.02 0.85 0.51
Hex ED 19 8A 0 59 2A 7 148 55 33
Octal 355 31 212 0 131 52 7 510 125 63
Binary 11101101 11001 10001010 0 1011001 101010 111 101001000 1010101 110011

Color Harmonies of #ED198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED198A

Black with #ED198A

Text Example


Text Example

White with #ED198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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