Html Css Color HEX #E64950 Mandy

📋 copy color: '#E64950'

red 230 ◦ green 73 ◦ blue 80

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

Shades of Mandy #E64950

Tints of Mandy #E64950

RGB

 RED value IS 230 (90.23% from 255) = 60.05%

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 60.05%
G = 19.06%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E64950 (or 0xE64950) is known color: Mandy. HEX triplet: E6, 49 and 50. RGB value is (230,73,80). Sum of RGB (Red+Green+Blue) = 230+73+80=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64950 is #19B6AF. Grayscale: #787878. Windows color (decimal): -1685168 or 5261798. OLE color: 5261798.

HSL color Cylindrical-coordinate representation of color #E64950: hue angle of 357.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64950 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 80 -
CMYK 0 0.68 0.65 0.10
HSL 357.32º 0.76% 0.59% -
HSV(B) 357.32º 0.68% 0.9% -
XYZ 36.46 22.17 9.95 -
YUV 120.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 230 73 80 0 0.68 0.65 0.10 357.32 0.76 0.59
Hex E6 49 50 0 44 41 A 165 4C 3B
Octal 346 111 120 0 104 101 12 545 114 73
Binary 11100110 1001001 1010000 0 1000100 1000001 1010 101100101 1001100 111011

Color Harmonies of #E64950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64950

Black with #E64950

Text Example


Text Example

White with #E64950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64950; }

 p { color: rgb(230,73,80); }

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

background-color css

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

 a { background-color: rgb(230,73,80); }

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

border-color css

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

 span { border-color: rgb(230,73,80); }

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