Html Css Color HEX #EE197F Deep Pink

📋 copy color: '#EE197F'

red 238 ◦ green 25 ◦ blue 127

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

Shades of Deep Pink #EE197F

Tints of Deep Pink #EE197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 61.03%
G = 6.41%
B = 32.56%

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

#EE197F (or 0xEE197F) is known color: Deep Pink. HEX triplet: EE, 19 and 7F. RGB value is (238,25,127). Sum of RGB (Red+Green+Blue) = 238+25+127=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE197F is #11E680. Grayscale: #646464. Windows color (decimal): -1173121 or 8329710. OLE color: 8329710.

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

Color convert

RGB 238 25 127 -
CMYK 0 0.89 0.47 0.07
HSL 331.27º 0.86% 0.52% -
HSV(B) 331.27º 0.89% 0.93% -
XYZ 39.44 20.4 21.94 -
YUV 100.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 238 25 127 0 0.89 0.47 0.07 331.27 0.86 0.52
Hex EE 19 7F 0 59 2F 7 14B 56 34
Octal 356 31 177 0 131 57 7 513 126 64
Binary 11101110 11001 1111111 0 1011001 101111 111 101001011 1010110 110100

Color Harmonies of #EE197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE197F

Black with #EE197F

Text Example


Text Example

White with #EE197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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