Html Css Color HEX #E64955 Mandy

📋 copy color: '#E64955'

red 230 ◦ green 73 ◦ blue 85

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

Shades of Mandy #E64955

Tints of Mandy #E64955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 59.28%
G = 18.81%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E64955 (or 0xE64955) is known color: Mandy. HEX triplet: E6, 49 and 55. RGB value is (230,73,85). Sum of RGB (Red+Green+Blue) = 230+73+85=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E64955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64955 is #19B6AA. Grayscale: #797979. Windows color (decimal): -1685163 or 5589478. OLE color: 5589478.

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

Color convert

RGB 230 73 85 -
CMYK 0 0.68 0.63 0.10
HSL 355.41º 0.76% 0.59% -
HSV(B) 355.41º 0.68% 0.9% -
XYZ 36.66 22.24 10.96 -
YUV 121.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 230 73 85 0 0.68 0.63 0.10 355.41 0.76 0.59
Hex E6 49 55 0 44 3F A 163 4C 3B
Octal 346 111 125 0 104 77 12 543 114 73
Binary 11100110 1001001 1010101 0 1000100 111111 1010 101100011 1001100 111011

Color Harmonies of #E64955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64955

Black with #E64955

Text Example


Text Example

White with #E64955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64955; }

 p { color: rgb(230,73,85); }

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

background-color css

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

 a { background-color: rgb(230,73,85); }

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

border-color css

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

 span { border-color: rgb(230,73,85); }

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