Html Css Color HEX #E1505A Mandy

📋 copy color: '#E1505A'

red 225 ◦ green 80 ◦ blue 90

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

Shades of Mandy #E1505A

Tints of Mandy #E1505A

RGB

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

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

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

R = 56.96%
G = 20.25%
B = 22.78%

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

#E1505A (or 0xE1505A) is known color: Mandy. HEX triplet: E1, 50 and 5A. RGB value is (225,80,90). Sum of RGB (Red+Green+Blue) = 225+80+90=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1505A is #1EAFA5. Grayscale: #7C7C7C. Windows color (decimal): -2011046 or 5918945. OLE color: 5918945.

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

Color convert

RGB 225 80 90 -
CMYK 0 0.64 0.60 0.12
HSL 355.86º 0.71% 0.6% -
HSV(B) 355.86º 0.64% 0.88% -
XYZ 35.77 22.48 12.13 -
YUV 124.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 225 80 90 0 0.64 0.60 0.12 355.86 0.71 0.6
Hex E1 50 5A 0 40 3C C 164 47 3C
Octal 341 120 132 0 100 74 14 544 107 74
Binary 11100001 1010000 1011010 0 1000000 111100 1100 101100100 1000111 111100

Color Harmonies of #E1505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1505A

Black with #E1505A

Text Example


Text Example

White with #E1505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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