Html Css Color HEX #E64A4D Mandy

📋 copy color: '#E64A4D'

red 230 ◦ green 74 ◦ blue 77

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

Shades of Mandy #E64A4D

Tints of Mandy #E64A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 60.37%
G = 19.42%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E64A4D (or 0xE64A4D) is known color: Mandy. HEX triplet: E6, 4A and 4D. RGB value is (230,74,77). Sum of RGB (Red+Green+Blue) = 230+74+77=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A4D is #19B5B2. Grayscale: #797979. Windows color (decimal): -1684915 or 5065446. OLE color: 5065446.

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

Color convert

RGB 230 74 77 -
CMYK 0 0.68 0.67 0.10
HSL 358.85º 0.76% 0.6% -
HSV(B) 358.85º 0.68% 0.9% -
XYZ 36.42 22.26 9.4 -
YUV 120.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 230 74 77 0 0.68 0.67 0.10 358.85 0.76 0.6
Hex E6 4A 4D 0 44 43 A 167 4C 3C
Octal 346 112 115 0 104 103 12 547 114 74
Binary 11100110 1001010 1001101 0 1000100 1000011 1010 101100111 1001100 111100

Color Harmonies of #E64A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A4D

Black with #E64A4D

Text Example


Text Example

White with #E64A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A4D; }

 p { color: rgb(230,74,77); }

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

background-color css

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

 a { background-color: rgb(230,74,77); }

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

border-color css

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

 span { border-color: rgb(230,74,77); }

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