Html Css Color HEX #EA198F Deep Pink

📋 copy color: '#EA198F'

red 234 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #EA198F

Tints of Deep Pink #EA198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 58.21%
G = 6.22%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA198F (or 0xEA198F) is known color: Deep Pink. HEX triplet: EA, 19 and 8F. RGB value is (234,25,143). Sum of RGB (Red+Green+Blue) = 234+25+143=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA198F is #15E670. Grayscale: #646464. Windows color (decimal): -1435249 or 9378282. OLE color: 9378282.

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

Color convert

RGB 234 25 143 -
CMYK 0 0.89 0.39 0.08
HSL 326.12º 0.83% 0.51% -
HSV(B) 326.12º 0.89% 0.92% -
XYZ 39.24 20.17 27.81 -
YUV 100.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 234 25 143 0 0.89 0.39 0.08 326.12 0.83 0.51
Hex EA 19 8F 0 59 27 8 146 53 33
Octal 352 31 217 0 131 47 10 506 123 63
Binary 11101010 11001 10001111 0 1011001 100111 1000 101000110 1010011 110011

Color Harmonies of #EA198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA198F

Black with #EA198F

Text Example


Text Example

White with #EA198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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