Html Css Color HEX #EA4A5D Mandy

📋 copy color: '#EA4A5D'

red 234 ◦ green 74 ◦ blue 93

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

Shades of Mandy #EA4A5D

Tints of Mandy #EA4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 58.35%
G = 18.45%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA4A5D (or 0xEA4A5D) is known color: Mandy. HEX triplet: EA, 4A and 5D. RGB value is (234,74,93). Sum of RGB (Red+Green+Blue) = 234+74+93=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A5D is #15B5A2. Grayscale: #7C7C7C. Windows color (decimal): -1422755 or 6114026. OLE color: 6114026.

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

Color convert

RGB 234 74 93 -
CMYK 0 0.68 0.60 0.08
HSL 352.88º 0.79% 0.6% -
HSV(B) 352.88º 0.68% 0.92% -
XYZ 38.36 23.18 12.81 -
YUV 124.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 234 74 93 0 0.68 0.60 0.08 352.88 0.79 0.6
Hex EA 4A 5D 0 44 3C 8 161 4F 3C
Octal 352 112 135 0 104 74 10 541 117 74
Binary 11101010 1001010 1011101 0 1000100 111100 1000 101100001 1001111 111100

Color Harmonies of #EA4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A5D

Black with #EA4A5D

Text Example


Text Example

White with #EA4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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