Html Css Color HEX #E64A5B Mandy

📋 copy color: '#E64A5B'

red 230 ◦ green 74 ◦ blue 91

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

Shades of Mandy #E64A5B

Tints of Mandy #E64A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 58.23%
G = 18.73%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E64A5B (or 0xE64A5B) is known color: Mandy. HEX triplet: E6, 4A and 5B. RGB value is (230,74,91). Sum of RGB (Red+Green+Blue) = 230+74+91=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A5B is #19B5A4. Grayscale: #7A7A7A. Windows color (decimal): -1684901 or 5982950. OLE color: 5982950.

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

Color convert

RGB 230 74 91 -
CMYK 0 0.68 0.60 0.10
HSL 353.46º 0.76% 0.6% -
HSV(B) 353.46º 0.68% 0.9% -
XYZ 36.97 22.48 12.29 -
YUV 122.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 230 74 91 0 0.68 0.60 0.10 353.46 0.76 0.6
Hex E6 4A 5B 0 44 3C A 161 4C 3C
Octal 346 112 133 0 104 74 12 541 114 74
Binary 11100110 1001010 1011011 0 1000100 111100 1010 101100001 1001100 111100

Color Harmonies of #E64A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A5B

Black with #E64A5B

Text Example


Text Example

White with #E64A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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