Html Css Color HEX #E64C60 Mandy

📋 copy color: '#E64C60'

red 230 ◦ green 76 ◦ blue 96

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

Shades of Mandy #E64C60

Tints of Mandy #E64C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 57.21%
G = 18.91%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E64C60 (or 0xE64C60) is known color: Mandy. HEX triplet: E6, 4C and 60. RGB value is (230,76,96). Sum of RGB (Red+Green+Blue) = 230+76+96=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64C60 is #19B39F. Grayscale: #7C7C7C. Windows color (decimal): -1684384 or 6311142. OLE color: 6311142.

HSL color Cylindrical-coordinate representation of color #E64C60: hue angle of 352.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64C60 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 96 -
CMYK 0 0.67 0.58 0.10
HSL 352.21º 0.75% 0.6% -
HSV(B) 352.21º 0.67% 0.9% -
XYZ 37.33 22.84 13.51 -
YUV 124.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 230 76 96 0 0.67 0.58 0.10 352.21 0.75 0.6
Hex E6 4C 60 0 43 3A A 160 4B 3C
Octal 346 114 140 0 103 72 12 540 113 74
Binary 11100110 1001100 1100000 0 1000011 111010 1010 101100000 1001011 111100

Color Harmonies of #E64C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C60

Black with #E64C60

Text Example


Text Example

White with #E64C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C60; }

 p { color: rgb(230,76,96); }

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

background-color css

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

 a { background-color: rgb(230,76,96); }

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

border-color css

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

 span { border-color: rgb(230,76,96); }

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