Html Css Color HEX #E14D5D Mandy

📋 copy color: '#E14D5D'

red 225 ◦ green 77 ◦ blue 93

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

Shades of Mandy #E14D5D

Tints of Mandy #E14D5D

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

 GREEN value IS 77 (30.47% from 255) = 19.49%

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

R = 56.96%
G = 19.49%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E14D5D (or 0xE14D5D) is known color: Mandy. HEX triplet: E1, 4D and 5D. RGB value is (225,77,93). Sum of RGB (Red+Green+Blue) = 225+77+93=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D5D is #1EB2A2. Grayscale: #7B7B7B. Windows color (decimal): -2011811 or 6114785. OLE color: 6114785.

HSL color Cylindrical-coordinate representation of color #E14D5D: hue angle of 353.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D5D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 77 93 -
CMYK 0 0.66 0.59 0.12
HSL 353.51º 0.71% 0.59% -
HSV(B) 353.51º 0.66% 0.88% -
XYZ 35.68 22.11 12.74 -
YUV 123.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 225 77 93 0 0.66 0.59 0.12 353.51 0.71 0.59
Hex E1 4D 5D 0 42 3B C 162 47 3B
Octal 341 115 135 0 102 73 14 542 107 73
Binary 11100001 1001101 1011101 0 1000010 111011 1100 101100010 1000111 111011

Color Harmonies of #E14D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D5D

Black with #E14D5D

Text Example


Text Example

White with #E14D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D5D; }

 p { color: rgb(225,77,93); }

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

background-color css

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

 a { background-color: rgb(225,77,93); }

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

border-color css

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

 span { border-color: rgb(225,77,93); }

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