Html Css Color HEX #E14E5B Mandy

📋 copy color: '#E14E5B'

red 225 ◦ green 78 ◦ blue 91

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

Shades of Mandy #E14E5B

Tints of Mandy #E14E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 57.11%
G = 19.8%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E14E5B (or 0xE14E5B) is known color: Mandy. HEX triplet: E1, 4E and 5B. RGB value is (225,78,91). Sum of RGB (Red+Green+Blue) = 225+78+91=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E5B is #1EB1A4. Grayscale: #7B7B7B. Windows color (decimal): -2011557 or 5983969. OLE color: 5983969.

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

Color convert

RGB 225 78 91 -
CMYK 0 0.65 0.60 0.12
HSL 354.69º 0.71% 0.59% -
HSV(B) 354.69º 0.65% 0.88% -
XYZ 35.66 22.21 12.31 -
YUV 123.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 225 78 91 0 0.65 0.60 0.12 354.69 0.71 0.59
Hex E1 4E 5B 0 41 3C C 163 47 3B
Octal 341 116 133 0 101 74 14 543 107 73
Binary 11100001 1001110 1011011 0 1000001 111100 1100 101100011 1000111 111011

Color Harmonies of #E14E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E5B

Black with #E14E5B

Text Example


Text Example

White with #E14E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E5B; }

 p { color: rgb(225,78,91); }

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

background-color css

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

 a { background-color: rgb(225,78,91); }

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

border-color css

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

 span { border-color: rgb(225,78,91); }

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