Html Css Color HEX #EA5C7A Dark Pink

📋 copy color: '#EA5C7A'

red 234 ◦ green 92 ◦ blue 122

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

Shades of Dark Pink #EA5C7A

Tints of Dark Pink #EA5C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

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

R = 52.23%
G = 20.54%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA5C7A (or 0xEA5C7A) is known color: Dark Pink. HEX triplet: EA, 5C and 7A. RGB value is (234,92,122). Sum of RGB (Red+Green+Blue) = 234+92+122=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C7A is #15A385. Grayscale: #898989. Windows color (decimal): -1418118 or 8019178. OLE color: 8019178.

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

Color convert

RGB 234 92 122 -
CMYK 0 0.61 0.48 0.08
HSL 347.32º 0.77% 0.64% -
HSV(B) 347.32º 0.61% 0.92% -
XYZ 41.27 26.55 21.36 -
YUV 137.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 234 92 122 0 0.61 0.48 0.08 347.32 0.77 0.64
Hex EA 5C 7A 0 3D 30 8 15B 4D 40
Octal 352 134 172 0 75 60 10 533 115 100
Binary 11101010 1011100 1111010 0 111101 110000 1000 101011011 1001101 1000000

Color Harmonies of #EA5C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C7A

Black with #EA5C7A

Text Example


Text Example

White with #EA5C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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