Html Css Color HEX #E14D52 Mandy

📋 copy color: '#E14D52'

red 225 ◦ green 77 ◦ blue 82

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

Shades of Mandy #E14D52

Tints of Mandy #E14D52

RGB

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

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

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

R = 58.59%
G = 20.05%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14D52 (or 0xE14D52) is known color: Mandy. HEX triplet: E1, 4D and 52. RGB value is (225,77,82). Sum of RGB (Red+Green+Blue) = 225+77+82=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D52 is #1EB2AD. Grayscale: #797979. Windows color (decimal): -2011822 or 5393889. OLE color: 5393889.

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

Color convert

RGB 225 77 82 -
CMYK 0 0.66 0.64 0.12
HSL 357.97º 0.71% 0.59% -
HSV(B) 357.97º 0.66% 0.88% -
XYZ 35.23 21.92 10.36 -
YUV 121.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 225 77 82 0 0.66 0.64 0.12 357.97 0.71 0.59
Hex E1 4D 52 0 42 40 C 166 47 3B
Octal 341 115 122 0 102 100 14 546 107 73
Binary 11100001 1001101 1010010 0 1000010 1000000 1100 101100110 1000111 111011

Color Harmonies of #E14D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D52

Black with #E14D52

Text Example


Text Example

White with #E14D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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