Html Css Color HEX #E4505C Mandy

📋 copy color: '#E4505C'

red 228 ◦ green 80 ◦ blue 92

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

Shades of Mandy #E4505C

Tints of Mandy #E4505C

RGB

 RED value IS 228 (89.45% from 255) = 57%

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 57%
G = 20%
B = 23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E4505C (or 0xE4505C) is known color: Mandy. HEX triplet: E4, 50 and 5C. RGB value is (228,80,92). Sum of RGB (Red+Green+Blue) = 228+80+92=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E4505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4505C is #1BAFA3. Grayscale: #7D7D7D. Windows color (decimal): -1814436 or 6050020. OLE color: 6050020.

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

Color convert

RGB 228 80 92 -
CMYK 0 0.65 0.60 0.11
HSL 355.14º 0.73% 0.6% -
HSV(B) 355.14º 0.65% 0.89% -
XYZ 36.8 23 12.63 -
YUV 125.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 228 80 92 0 0.65 0.60 0.11 355.14 0.73 0.6
Hex E4 50 5C 0 41 3C B 163 49 3C
Octal 344 120 134 0 101 74 13 543 111 74
Binary 11100100 1010000 1011100 0 1000001 111100 1011 101100011 1001001 111100

Color Harmonies of #E4505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4505C

Black with #E4505C

Text Example


Text Example

White with #E4505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4505C; }

 p { color: rgb(228,80,92); }

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

background-color css

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

 a { background-color: rgb(228,80,92); }

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

border-color css

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

 span { border-color: rgb(228,80,92); }

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