Html Css Color HEX #E1505D Mandy

📋 copy color: '#E1505D'

red 225 ◦ green 80 ◦ blue 93

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

Shades of Mandy #E1505D

Tints of Mandy #E1505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 56.53%
G = 20.1%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1505D (or 0xE1505D) is known color: Mandy. HEX triplet: E1, 50 and 5D. RGB value is (225,80,93). Sum of RGB (Red+Green+Blue) = 225+80+93=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1505D is #1EAFA2. Grayscale: #7C7C7C. Windows color (decimal): -2011043 or 6115553. OLE color: 6115553.

HSL color Cylindrical-coordinate representation of color #E1505D: hue angle of 354.62º degrees, saturation: 0.71, 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 #E1505D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 93 -
CMYK 0 0.64 0.59 0.12
HSL 354.62º 0.71% 0.6% -
HSV(B) 354.62º 0.64% 0.88% -
XYZ 35.9 22.54 12.81 -
YUV 124.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 225 80 93 0 0.64 0.59 0.12 354.62 0.71 0.6
Hex E1 50 5D 0 40 3B C 163 47 3C
Octal 341 120 135 0 100 73 14 543 107 74
Binary 11100001 1010000 1011101 0 1000000 111011 1100 101100011 1000111 111100

Color Harmonies of #E1505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1505D

Black with #E1505D

Text Example


Text Example

White with #E1505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1505D; }

 p { color: rgb(225,80,93); }

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

background-color css

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

 a { background-color: rgb(225,80,93); }

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

border-color css

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

 span { border-color: rgb(225,80,93); }

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