Html Css Color HEX #EA188C Deep Pink

📋 copy color: '#EA188C'

red 234 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #EA188C

Tints of Deep Pink #EA188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 58.79%
G = 6.03%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA188C (or 0xEA188C) is known color: Deep Pink. HEX triplet: EA, 18 and 8C. RGB value is (234,24,140). Sum of RGB (Red+Green+Blue) = 234+24+140=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA188C is #15E773. Grayscale: #636363. Windows color (decimal): -1435508 or 9181418. OLE color: 9181418.

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

Color convert

RGB 234 24 140 -
CMYK 0 0.90 0.40 0.08
HSL 326.86º 0.83% 0.51% -
HSV(B) 326.86º 0.9% 0.92% -
XYZ 38.99 20.04 26.62 -
YUV 100.01 150.57 223.57 -
System Red Green Blue C M Y K H S L
Decimal 234 24 140 0 0.90 0.40 0.08 326.86 0.83 0.51
Hex EA 18 8C 0 5A 28 8 147 53 33
Octal 352 30 214 0 132 50 10 507 123 63
Binary 11101010 11000 10001100 0 1011010 101000 1000 101000111 1010011 110011

Color Harmonies of #EA188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA188C

Black with #EA188C

Text Example


Text Example

White with #EA188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA188C; }

 p { color: rgb(234,24,140); }

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

background-color css

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

 a { background-color: rgb(234,24,140); }

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

border-color css

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

 span { border-color: rgb(234,24,140); }

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