Html Css Color HEX #E44650 Mandy

📋 copy color: '#E44650'

red 228 ◦ green 70 ◦ blue 80

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

Shades of Mandy #E44650

Tints of Mandy #E44650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 60.32%
G = 18.52%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E44650 (or 0xE44650) is known color: Mandy. HEX triplet: E4, 46 and 50. RGB value is (228,70,80). Sum of RGB (Red+Green+Blue) = 228+70+80=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E44650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44650 is #1BB9AF. Grayscale: #767676. Windows color (decimal): -1817008 or 5261028. OLE color: 5261028.

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

Color convert

RGB 228 70 80 -
CMYK 0 0.69 0.65 0.11
HSL 356.2º 0.75% 0.58% -
HSV(B) 356.2º 0.69% 0.89% -
XYZ 35.63 21.45 9.85 -
YUV 118.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 228 70 80 0 0.69 0.65 0.11 356.2 0.75 0.58
Hex E4 46 50 0 45 41 B 164 4B 3A
Octal 344 106 120 0 105 101 13 544 113 72
Binary 11100100 1000110 1010000 0 1000101 1000001 1011 101100100 1001011 111010

Color Harmonies of #E44650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44650

Black with #E44650

Text Example


Text Example

White with #E44650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44650; }

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

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

background-color css

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

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

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

border-color css

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

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

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