Html Css Color HEX #E1525A Mandy

📋 copy color: '#E1525A'

red 225 ◦ green 82 ◦ blue 90

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

Shades of Mandy #E1525A

Tints of Mandy #E1525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 56.68%
G = 20.65%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1525A (or 0xE1525A) is known color: Mandy. HEX triplet: E1, 52 and 5A. RGB value is (225,82,90). Sum of RGB (Red+Green+Blue) = 225+82+90=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1525A is #1EADA5. Grayscale: #7D7D7D. Windows color (decimal): -2010534 or 5919457. OLE color: 5919457.

HSL color Cylindrical-coordinate representation of color #E1525A: hue angle of 356.64º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1525A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 90 -
CMYK 0 0.64 0.60 0.12
HSL 356.64º 0.7% 0.6% -
HSV(B) 356.64º 0.64% 0.88% -
XYZ 35.91 22.78 12.18 -
YUV 125.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 225 82 90 0 0.64 0.60 0.12 356.64 0.7 0.6
Hex E1 52 5A 0 40 3C C 165 46 3C
Octal 341 122 132 0 100 74 14 545 106 74
Binary 11100001 1010010 1011010 0 1000000 111100 1100 101100101 1000110 111100

Color Harmonies of #E1525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1525A

Black with #E1525A

Text Example


Text Example

White with #E1525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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