Html Css Color HEX #E14760 Mandy

📋 copy color: '#E14760'

red 225 ◦ green 71 ◦ blue 96

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

Shades of Mandy #E14760

Tints of Mandy #E14760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 57.4%
G = 18.11%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E14760 (or 0xE14760) is known color: Mandy. HEX triplet: E1, 47 and 60. RGB value is (225,71,96). Sum of RGB (Red+Green+Blue) = 225+71+96=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14760 is #1EB89F. Grayscale: #777777. Windows color (decimal): -2013344 or 6309857. OLE color: 6309857.

HSL color Cylindrical-coordinate representation of color #E14760: hue angle of 350.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14760 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 96 -
CMYK 0 0.68 0.57 0.12
HSL 350.26º 0.72% 0.58% -
HSV(B) 350.26º 0.68% 0.88% -
XYZ 35.42 21.36 13.32 -
YUV 119.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 225 71 96 0 0.68 0.57 0.12 350.26 0.72 0.58
Hex E1 47 60 0 44 39 C 15E 48 3A
Octal 341 107 140 0 104 71 14 536 110 72
Binary 11100001 1000111 1100000 0 1000100 111001 1100 101011110 1001000 111010

Color Harmonies of #E14760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14760

Black with #E14760

Text Example


Text Example

White with #E14760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14760; }

 p { color: rgb(225,71,96); }

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

background-color css

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

 a { background-color: rgb(225,71,96); }

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

border-color css

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

 span { border-color: rgb(225,71,96); }

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