Html Css Color HEX #E64A5E Mandy

📋 copy color: '#E64A5E'

red 230 ◦ green 74 ◦ blue 94

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

Shades of Mandy #E64A5E

Tints of Mandy #E64A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 57.79%
G = 18.59%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E64A5E (or 0xE64A5E) is known color: Mandy. HEX triplet: E6, 4A and 5E. RGB value is (230,74,94). Sum of RGB (Red+Green+Blue) = 230+74+94=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A5E is #19B5A1. Grayscale: #7B7B7B. Windows color (decimal): -1684898 or 6179558. OLE color: 6179558.

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

Color convert

RGB 230 74 94 -
CMYK 0 0.68 0.59 0.10
HSL 352.31º 0.76% 0.6% -
HSV(B) 352.31º 0.68% 0.9% -
XYZ 37.1 22.53 12.98 -
YUV 122.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 230 74 94 0 0.68 0.59 0.10 352.31 0.76 0.6
Hex E6 4A 5E 0 44 3B A 160 4C 3C
Octal 346 112 136 0 104 73 12 540 114 74
Binary 11100110 1001010 1011110 0 1000100 111011 1010 101100000 1001100 111100

Color Harmonies of #E64A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A5E

Black with #E64A5E

Text Example


Text Example

White with #E64A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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