Html Css Color HEX #EA5DAD Hot Pink

📋 copy color: '#EA5DAD'

red 234 ◦ green 93 ◦ blue 173

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

Shades of Hot Pink #EA5DAD

Tints of Hot Pink #EA5DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 46.8%
G = 18.6%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA5DAD (or 0xEA5DAD) is known color: Hot Pink. HEX triplet: EA, 5D and AD. RGB value is (234,93,173). Sum of RGB (Red+Green+Blue) = 234+93+173=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DAD is #15A252. Grayscale: #909090. Windows color (decimal): -1417811 or 11361770. OLE color: 11361770.

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

Color convert

RGB 234 93 173 -
CMYK 0 0.60 0.26 0.08
HSL 325.96º 0.77% 0.64% -
HSV(B) 325.96º 0.6% 0.92% -
XYZ 45.39 28.34 42.61 -
YUV 144.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 234 93 173 0 0.60 0.26 0.08 325.96 0.77 0.64
Hex EA 5D AD 0 3C 1A 8 146 4D 40
Octal 352 135 255 0 74 32 10 506 115 100
Binary 11101010 1011101 10101101 0 111100 11010 1000 101000110 1001101 1000000

Color Harmonies of #EA5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DAD

Black with #EA5DAD

Text Example


Text Example

White with #EA5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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