Html Css Color HEX #EE198D Deep Pink

📋 copy color: '#EE198D'

red 238 ◦ green 25 ◦ blue 141

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

Shades of Deep Pink #EE198D

Tints of Deep Pink #EE198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 58.91%
G = 6.19%
B = 34.9%

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

#EE198D (or 0xEE198D) is known color: Deep Pink. HEX triplet: EE, 19 and 8D. RGB value is (238,25,141). Sum of RGB (Red+Green+Blue) = 238+25+141=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE198D is #11E672. Grayscale: #656565. Windows color (decimal): -1173107 or 9247214. OLE color: 9247214.

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

Color convert

RGB 238 25 141 -
CMYK 0 0.89 0.41 0.07
HSL 327.32º 0.86% 0.52% -
HSV(B) 327.32º 0.89% 0.93% -
XYZ 40.42 20.8 27.08 -
YUV 101.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 238 25 141 0 0.89 0.41 0.07 327.32 0.86 0.52
Hex EE 19 8D 0 59 29 7 147 56 34
Octal 356 31 215 0 131 51 7 507 126 64
Binary 11101110 11001 10001101 0 1011001 101001 111 101000111 1010110 110100

Color Harmonies of #EE198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE198D

Black with #EE198D

Text Example


Text Example

White with #EE198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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