Html Css Color HEX #E14952 Mandy

📋 copy color: '#E14952'

red 225 ◦ green 73 ◦ blue 82

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

Shades of Mandy #E14952

Tints of Mandy #E14952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 59.21%
G = 19.21%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14952 (or 0xE14952) is known color: Mandy. HEX triplet: E1, 49 and 52. RGB value is (225,73,82). Sum of RGB (Red+Green+Blue) = 225+73+82=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E14952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14952 is #1EB6AD. Grayscale: #777777. Windows color (decimal): -2012846 or 5392865. OLE color: 5392865.

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

Color convert

RGB 225 73 82 -
CMYK 0 0.68 0.64 0.12
HSL 356.45º 0.72% 0.58% -
HSV(B) 356.45º 0.68% 0.88% -
XYZ 34.96 21.38 10.27 -
YUV 119.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 225 73 82 0 0.68 0.64 0.12 356.45 0.72 0.58
Hex E1 49 52 0 44 40 C 164 48 3A
Octal 341 111 122 0 104 100 14 544 110 72
Binary 11100001 1001001 1010010 0 1000100 1000000 1100 101100100 1001000 111010

Color Harmonies of #E14952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14952

Black with #E14952

Text Example


Text Example

White with #E14952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14952; }

 p { color: rgb(225,73,82); }

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

background-color css

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

 a { background-color: rgb(225,73,82); }

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

border-color css

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

 span { border-color: rgb(225,73,82); }

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