Html Css Color HEX #E64A52 Mandy

📋 copy color: '#E64A52'

red 230 ◦ green 74 ◦ blue 82

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

Shades of Mandy #E64A52

Tints of Mandy #E64A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 59.59%
G = 19.17%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E64A52 (or 0xE64A52) is known color: Mandy. HEX triplet: E6, 4A and 52. RGB value is (230,74,82). Sum of RGB (Red+Green+Blue) = 230+74+82=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A52 is #19B5AD. Grayscale: #797979. Windows color (decimal): -1684910 or 5393126. OLE color: 5393126.

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

Color convert

RGB 230 74 82 -
CMYK 0 0.68 0.64 0.10
HSL 356.92º 0.76% 0.6% -
HSV(B) 356.92º 0.68% 0.9% -
XYZ 36.6 22.33 10.36 -
YUV 121.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 230 74 82 0 0.68 0.64 0.10 356.92 0.76 0.6
Hex E6 4A 52 0 44 40 A 165 4C 3C
Octal 346 112 122 0 104 100 12 545 114 74
Binary 11100110 1001010 1010010 0 1000100 1000000 1010 101100101 1001100 111100

Color Harmonies of #E64A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A52

Black with #E64A52

Text Example


Text Example

White with #E64A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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