Html Css Color HEX #EA5175 Dark Pink

📋 copy color: '#EA5175'

red 234 ◦ green 81 ◦ blue 117

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

Shades of Dark Pink #EA5175

Tints of Dark Pink #EA5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 54.17%
G = 18.75%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA5175 (or 0xEA5175) is known color: Dark Pink. HEX triplet: EA, 51 and 75. RGB value is (234,81,117). Sum of RGB (Red+Green+Blue) = 234+81+117=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5175 is #15AE8A. Grayscale: #828282. Windows color (decimal): -1420939 or 7688682. OLE color: 7688682.

HSL color Cylindrical-coordinate representation of color #EA5175: hue angle of 345.88º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5175 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 117 -
CMYK 0 0.65 0.5 0.08
HSL 345.88º 0.78% 0.62% -
HSV(B) 345.88º 0.65% 0.92% -
XYZ 40.09 24.66 19.48 -
YUV 130.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 234 81 117 0 0.65 0.5 0.08 345.88 0.78 0.62
Hex EA 51 75 0 41 32 8 15A 4E 3E
Octal 352 121 165 0 101 62 10 532 116 76
Binary 11101010 1010001 1110101 0 1000001 110010 1000 101011010 1001110 111110

Color Harmonies of #EA5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5175

Black with #EA5175

Text Example


Text Example

White with #EA5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5175; }

 p { color: rgb(234,81,117); }

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

background-color css

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

 a { background-color: rgb(234,81,117); }

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

border-color css

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

 span { border-color: rgb(234,81,117); }

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