Html Css Color HEX #EA4F5D Mandy

📋 copy color: '#EA4F5D'

red 234 ◦ green 79 ◦ blue 93

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

Shades of Mandy #EA4F5D

Tints of Mandy #EA4F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 57.64%
G = 19.46%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA4F5D (or 0xEA4F5D) is known color: Mandy. HEX triplet: EA, 4F and 5D. RGB value is (234,79,93). Sum of RGB (Red+Green+Blue) = 234+79+93=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F5D is #15B0A2. Grayscale: #7F7F7F. Windows color (decimal): -1421475 or 6115306. OLE color: 6115306.

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

Color convert

RGB 234 79 93 -
CMYK 0 0.66 0.60 0.08
HSL 354.58º 0.79% 0.61% -
HSV(B) 354.58º 0.66% 0.92% -
XYZ 38.7 23.87 12.92 -
YUV 126.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 234 79 93 0 0.66 0.60 0.08 354.58 0.79 0.61
Hex EA 4F 5D 0 42 3C 8 163 4F 3D
Octal 352 117 135 0 102 74 10 543 117 75
Binary 11101010 1001111 1011101 0 1000010 111100 1000 101100011 1001111 111101

Color Harmonies of #EA4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F5D

Black with #EA4F5D

Text Example


Text Example

White with #EA4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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