Html Css Color HEX #EA546D Dark Pink

📋 copy color: '#EA546D'

red 234 ◦ green 84 ◦ blue 109

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

Shades of Dark Pink #EA546D

Tints of Dark Pink #EA546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 54.8%
G = 19.67%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA546D (or 0xEA546D) is known color: Dark Pink. HEX triplet: EA, 54 and 6D. RGB value is (234,84,109). Sum of RGB (Red+Green+Blue) = 234+84+109=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA546D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA546D is #15AB92. Grayscale: #838383. Windows color (decimal): -1420179 or 7165162. OLE color: 7165162.

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

Color convert

RGB 234 84 109 -
CMYK 0 0.64 0.53 0.08
HSL 350º 0.78% 0.62% -
HSV(B) 350º 0.64% 0.92% -
XYZ 39.86 24.94 17.18 -
YUV 131.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 234 84 109 0 0.64 0.53 0.08 350 0.78 0.62
Hex EA 54 6D 0 40 35 8 15E 4E 3E
Octal 352 124 155 0 100 65 10 536 116 76
Binary 11101010 1010100 1101101 0 1000000 110101 1000 101011110 1001110 111110

Color Harmonies of #EA546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA546D

Black with #EA546D

Text Example


Text Example

White with #EA546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA546D; }

 p { color: rgb(234,84,109); }

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

background-color css

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

 a { background-color: rgb(234,84,109); }

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

border-color css

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

 span { border-color: rgb(234,84,109); }

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