Html Css Color HEX #EE198C Deep Pink

📋 copy color: '#EE198C'

red 238 ◦ green 25 ◦ blue 140

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

Shades of Deep Pink #EE198C

Tints of Deep Pink #EE198C

RGB

 RED value IS 238 (93.36% from 255) = 59.06%

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 59.06%
G = 6.2%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE198C (or 0xEE198C) is known color: Deep Pink. HEX triplet: EE, 19 and 8C. RGB value is (238,25,140). Sum of RGB (Red+Green+Blue) = 238+25+140=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE198C is #11E673. Grayscale: #656565. Windows color (decimal): -1173108 or 9181678. OLE color: 9181678.

HSL color Cylindrical-coordinate representation of color #EE198C: hue angle of 327.61º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE198C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 140 -
CMYK 0 0.89 0.41 0.07
HSL 327.61º 0.86% 0.52% -
HSV(B) 327.61º 0.89% 0.93% -
XYZ 40.34 20.77 26.69 -
YUV 101.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 238 25 140 0 0.89 0.41 0.07 327.61 0.86 0.52
Hex EE 19 8C 0 59 29 7 148 56 34
Octal 356 31 214 0 131 51 7 510 126 64
Binary 11101110 11001 10001100 0 1011001 101001 111 101001000 1010110 110100

Color Harmonies of #EE198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE198C

Black with #EE198C

Text Example


Text Example

White with #EE198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE198C; }

 p { color: rgb(238,25,140); }

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

background-color css

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

 a { background-color: rgb(238,25,140); }

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

border-color css

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

 span { border-color: rgb(238,25,140); }

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