Html Css Color HEX #EA178F Deep Pink

📋 copy color: '#EA178F'

red 234 ◦ green 23 ◦ blue 143

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

Shades of Deep Pink #EA178F

Tints of Deep Pink #EA178F

RGB

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

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

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

R = 58.5%
G = 5.75%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA178F (or 0xEA178F) is known color: Deep Pink. HEX triplet: EA, 17 and 8F. RGB value is (234,23,143). Sum of RGB (Red+Green+Blue) = 234+23+143=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA178F is #15E870. Grayscale: #636363. Windows color (decimal): -1435761 or 9377770. OLE color: 9377770.

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

Color convert

RGB 234 23 143 -
CMYK 0 0.90 0.39 0.08
HSL 325.88º 0.83% 0.5% -
HSV(B) 325.88º 0.9% 0.92% -
XYZ 39.2 20.09 27.8 -
YUV 99.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 234 23 143 0 0.90 0.39 0.08 325.88 0.83 0.5
Hex EA 17 8F 0 5A 27 8 146 53 32
Octal 352 27 217 0 132 47 10 506 123 62
Binary 11101010 10111 10001111 0 1011010 100111 1000 101000110 1010011 110010

Color Harmonies of #EA178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA178F

Black with #EA178F

Text Example


Text Example

White with #EA178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA178F; }

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

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

background-color css

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

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

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

border-color css

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

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

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