Html Css Color HEX #EA178C Deep Pink

📋 copy color: '#EA178C'

red 234 ◦ green 23 ◦ blue 140

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

Shades of Deep Pink #EA178C

Tints of Deep Pink #EA178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.79%

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

R = 58.94%
G = 5.79%
B = 35.26%

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

#EA178C (or 0xEA178C) is known color: Deep Pink. HEX triplet: EA, 17 and 8C. RGB value is (234,23,140). Sum of RGB (Red+Green+Blue) = 234+23+140=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA178C is #15E873. Grayscale: #636363. Windows color (decimal): -1435764 or 9181162. OLE color: 9181162.

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

Color convert

RGB 234 23 140 -
CMYK 0 0.90 0.40 0.08
HSL 326.73º 0.83% 0.5% -
HSV(B) 326.73º 0.9% 0.92% -
XYZ 38.97 20 26.62 -
YUV 99.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 234 23 140 0 0.90 0.40 0.08 326.73 0.83 0.5
Hex EA 17 8C 0 5A 28 8 147 53 32
Octal 352 27 214 0 132 50 10 507 123 62
Binary 11101010 10111 10001100 0 1011010 101000 1000 101000111 1010011 110010

Color Harmonies of #EA178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA178C

Black with #EA178C

Text Example


Text Example

White with #EA178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA178C; }

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

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

background-color css

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

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

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

border-color css

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

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

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