Html Css Color HEX #E2474A Mandy

📋 copy color: '#E2474A'

red 226 ◦ green 71 ◦ blue 74

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

Shades of Mandy #E2474A

Tints of Mandy #E2474A

RGB

 RED value IS 226 (88.67% from 255) = 60.92%

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

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

R = 60.92%
G = 19.14%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2474A (or 0xE2474A) is known color: Mandy. HEX triplet: E2, 47 and 4A. RGB value is (226,71,74). Sum of RGB (Red+Green+Blue) = 226+71+74=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2474A is #1DB8B5. Grayscale: #757575. Windows color (decimal): -1947830 or 4868066. OLE color: 4868066.

HSL color Cylindrical-coordinate representation of color #E2474A: hue angle of 358.84º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2474A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 71 74 -
CMYK 0 0.69 0.67 0.11
HSL 358.84º 0.73% 0.58% -
HSV(B) 358.84º 0.69% 0.89% -
XYZ 34.85 21.17 8.73 -
YUV 117.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 226 71 74 0 0.69 0.67 0.11 358.84 0.73 0.58
Hex E2 47 4A 0 45 43 B 167 49 3A
Octal 342 107 112 0 105 103 13 547 111 72
Binary 11100010 1000111 1001010 0 1000101 1000011 1011 101100111 1001001 111010

Color Harmonies of #E2474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2474A

Black with #E2474A

Text Example


Text Example

White with #E2474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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