Html Css Color HEX #EA197D Deep Pink

📋 copy color: '#EA197D'

red 234 ◦ green 25 ◦ blue 125

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

Shades of Deep Pink #EA197D

Tints of Deep Pink #EA197D

RGB

 RED value IS 234 (91.8% from 255) = 60.94%

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 60.94%
G = 6.51%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA197D (or 0xEA197D) is known color: Deep Pink. HEX triplet: EA, 19 and 7D. RGB value is (234,25,125). Sum of RGB (Red+Green+Blue) = 234+25+125=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA197D is #15E682. Grayscale: #626262. Windows color (decimal): -1435267 or 8198634. OLE color: 8198634.

HSL color Cylindrical-coordinate representation of color #EA197D: hue angle of 331.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA197D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 125 -
CMYK 0 0.89 0.47 0.08
HSL 331.29º 0.83% 0.51% -
HSV(B) 331.29º 0.89% 0.92% -
XYZ 37.98 19.67 21.2 -
YUV 98.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 234 25 125 0 0.89 0.47 0.08 331.29 0.83 0.51
Hex EA 19 7D 0 59 2F 8 14B 53 33
Octal 352 31 175 0 131 57 10 513 123 63
Binary 11101010 11001 1111101 0 1011001 101111 1000 101001011 1010011 110011

Color Harmonies of #EA197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA197D

Black with #EA197D

Text Example


Text Example

White with #EA197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA197D; }

 p { color: rgb(234,25,125); }

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

background-color css

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

 a { background-color: rgb(234,25,125); }

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

border-color css

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

 span { border-color: rgb(234,25,125); }

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