Html Css Color HEX #EA5D7A Dark Pink

📋 copy color: '#EA5D7A'

red 234 ◦ green 93 ◦ blue 122

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

Shades of Dark Pink #EA5D7A

Tints of Dark Pink #EA5D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 52.12%
G = 20.71%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA5D7A (or 0xEA5D7A) is known color: Dark Pink. HEX triplet: EA, 5D and 7A. RGB value is (234,93,122). Sum of RGB (Red+Green+Blue) = 234+93+122=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D7A is #15A285. Grayscale: #8A8A8A. Windows color (decimal): -1417862 or 8019434. OLE color: 8019434.

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

Color convert

RGB 234 93 122 -
CMYK 0 0.60 0.48 0.08
HSL 347.66º 0.77% 0.64% -
HSV(B) 347.66º 0.6% 0.92% -
XYZ 41.36 26.73 21.39 -
YUV 138.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 234 93 122 0 0.60 0.48 0.08 347.66 0.77 0.64
Hex EA 5D 7A 0 3C 30 8 15C 4D 40
Octal 352 135 172 0 74 60 10 534 115 100
Binary 11101010 1011101 1111010 0 111100 110000 1000 101011100 1001101 1000000

Color Harmonies of #EA5D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D7A

Black with #EA5D7A

Text Example


Text Example

White with #EA5D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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