Html Css Color HEX #EA5D95 Dark Pink

📋 copy color: '#EA5D95'

red 234 ◦ green 93 ◦ blue 149

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

Shades of Dark Pink #EA5D95

Tints of Dark Pink #EA5D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 49.16%
G = 19.54%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA5D95 (or 0xEA5D95) is known color: Dark Pink. HEX triplet: EA, 5D and 95. RGB value is (234,93,149). Sum of RGB (Red+Green+Blue) = 234+93+149=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D95 is #15A26A. Grayscale: #8D8D8D. Windows color (decimal): -1417835 or 9788906. OLE color: 9788906.

HSL color Cylindrical-coordinate representation of color #EA5D95: hue angle of 336.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D95 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 149 -
CMYK 0 0.60 0.36 0.08
HSL 336.17º 0.77% 0.64% -
HSV(B) 336.17º 0.6% 0.92% -
XYZ 43.27 27.49 31.46 -
YUV 141.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 234 93 149 0 0.60 0.36 0.08 336.17 0.77 0.64
Hex EA 5D 95 0 3C 24 8 150 4D 40
Octal 352 135 225 0 74 44 10 520 115 100
Binary 11101010 1011101 10010101 0 111100 100100 1000 101010000 1001101 1000000

Color Harmonies of #EA5D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D95

Black with #EA5D95

Text Example


Text Example

White with #EA5D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D95; }

 p { color: rgb(234,93,149); }

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

background-color css

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

 a { background-color: rgb(234,93,149); }

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

border-color css

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

 span { border-color: rgb(234,93,149); }

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