Html Css Color HEX #E1474D Mandy

📋 copy color: '#E1474D'

red 225 ◦ green 71 ◦ blue 77

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

Shades of Mandy #E1474D

Tints of Mandy #E1474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 60.32%
G = 19.03%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1474D (or 0xE1474D) is known color: Mandy. HEX triplet: E1, 47 and 4D. RGB value is (225,71,77). Sum of RGB (Red+Green+Blue) = 225+71+77=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1474D is #1EB8B2. Grayscale: #757575. Windows color (decimal): -2013363 or 5064673. OLE color: 5064673.

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

Color convert

RGB 225 71 77 -
CMYK 0 0.68 0.66 0.12
HSL 357.66º 0.72% 0.58% -
HSV(B) 357.66º 0.68% 0.88% -
XYZ 34.64 21.05 9.26 -
YUV 117.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 225 71 77 0 0.68 0.66 0.12 357.66 0.72 0.58
Hex E1 47 4D 0 44 42 C 166 48 3A
Octal 341 107 115 0 104 102 14 546 110 72
Binary 11100001 1000111 1001101 0 1000100 1000010 1100 101100110 1001000 111010

Color Harmonies of #E1474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1474D

Black with #E1474D

Text Example


Text Example

White with #E1474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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