Html Css Color HEX #E1474A Mandy

📋 copy color: '#E1474A'

red 225 ◦ green 71 ◦ blue 74

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

Shades of Mandy #E1474A

Tints of Mandy #E1474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 60.81%
G = 19.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1474A (or 0xE1474A) is known color: Mandy. HEX triplet: E1, 47 and 4A. RGB value is (225,71,74). Sum of RGB (Red+Green+Blue) = 225+71+74=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1474A is #1EB8B5. Grayscale: #757575. Windows color (decimal): -2013366 or 4868065. OLE color: 4868065.

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

Color convert

RGB 225 71 74 -
CMYK 0 0.68 0.67 0.12
HSL 358.83º 0.72% 0.58% -
HSV(B) 358.83º 0.68% 0.88% -
XYZ 34.54 21.01 8.71 -
YUV 117.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 225 71 74 0 0.68 0.67 0.12 358.83 0.72 0.58
Hex E1 47 4A 0 44 43 C 167 48 3A
Octal 341 107 112 0 104 103 14 547 110 72
Binary 11100001 1000111 1001010 0 1000100 1000011 1100 101100111 1001000 111010

Color Harmonies of #E1474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1474A

Black with #E1474A

Text Example


Text Example

White with #E1474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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