Html Css Color HEX #E64A5F Mandy

📋 copy color: '#E64A5F'

red 230 ◦ green 74 ◦ blue 95

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

Shades of Mandy #E64A5F

Tints of Mandy #E64A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 57.64%
G = 18.55%
B = 23.81%

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

#E64A5F (or 0xE64A5F) is known color: Mandy. HEX triplet: E6, 4A and 5F. RGB value is (230,74,95). Sum of RGB (Red+Green+Blue) = 230+74+95=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A5F is #19B5A0. Grayscale: #7B7B7B. Windows color (decimal): -1684897 or 6245094. OLE color: 6245094.

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

Color convert

RGB 230 74 95 -
CMYK 0 0.68 0.59 0.10
HSL 351.92º 0.76% 0.6% -
HSV(B) 351.92º 0.68% 0.9% -
XYZ 37.15 22.55 13.22 -
YUV 123.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 230 74 95 0 0.68 0.59 0.10 351.92 0.76 0.6
Hex E6 4A 5F 0 44 3B A 160 4C 3C
Octal 346 112 137 0 104 73 12 540 114 74
Binary 11100110 1001010 1011111 0 1000100 111011 1010 101100000 1001100 111100

Color Harmonies of #E64A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A5F

Black with #E64A5F

Text Example


Text Example

White with #E64A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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