Html Css Color HEX #E14C54 Mandy

📋 copy color: '#E14C54'

red 225 ◦ green 76 ◦ blue 84

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

Shades of Mandy #E14C54

Tints of Mandy #E14C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 58.44%
G = 19.74%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E14C54 (or 0xE14C54) is known color: Mandy. HEX triplet: E1, 4C and 54. RGB value is (225,76,84). Sum of RGB (Red+Green+Blue) = 225+76+84=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C54 is #1EB3AB. Grayscale: #797979. Windows color (decimal): -2012076 or 5524705. OLE color: 5524705.

HSL color Cylindrical-coordinate representation of color #E14C54: hue angle of 356.78º 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 #E14C54 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 84 -
CMYK 0 0.66 0.63 0.12
HSL 356.78º 0.71% 0.59% -
HSV(B) 356.78º 0.66% 0.88% -
XYZ 35.24 21.82 10.74 -
YUV 121.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 225 76 84 0 0.66 0.63 0.12 356.78 0.71 0.59
Hex E1 4C 54 0 42 3F C 165 47 3B
Octal 341 114 124 0 102 77 14 545 107 73
Binary 11100001 1001100 1010100 0 1000010 111111 1100 101100101 1000111 111011

Color Harmonies of #E14C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C54

Black with #E14C54

Text Example


Text Example

White with #E14C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C54; }

 p { color: rgb(225,76,84); }

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

background-color css

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

 a { background-color: rgb(225,76,84); }

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

border-color css

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

 span { border-color: rgb(225,76,84); }

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