Html Css Color HEX #E1454A Mandy

📋 copy color: '#E1454A'

red 225 ◦ green 69 ◦ blue 74

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

Shades of Mandy #E1454A

Tints of Mandy #E1454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

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

R = 61.14%
G = 18.75%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1454A (or 0xE1454A) is known color: Mandy. HEX triplet: E1, 45 and 4A. RGB value is (225,69,74). Sum of RGB (Red+Green+Blue) = 225+69+74=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1454A is #1EBAB5. Grayscale: #747474. Windows color (decimal): -2013878 or 4867553. OLE color: 4867553.

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

Color convert

RGB 225 69 74 -
CMYK 0 0.69 0.67 0.12
HSL 358.08º 0.72% 0.58% -
HSV(B) 358.08º 0.69% 0.88% -
XYZ 34.42 20.76 8.67 -
YUV 116.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 225 69 74 0 0.69 0.67 0.12 358.08 0.72 0.58
Hex E1 45 4A 0 45 43 C 166 48 3A
Octal 341 105 112 0 105 103 14 546 110 72
Binary 11100001 1000101 1001010 0 1000101 1000011 1100 101100110 1001000 111010

Color Harmonies of #E1454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1454A

Black with #E1454A

Text Example


Text Example

White with #E1454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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