Html Css Color HEX #E64F5D Mandy

📋 copy color: '#E64F5D'

red 230 ◦ green 79 ◦ blue 93

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

Shades of Mandy #E64F5D

Tints of Mandy #E64F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 57.21%
G = 19.65%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E64F5D (or 0xE64F5D) is known color: Mandy. HEX triplet: E6, 4F and 5D. RGB value is (230,79,93). Sum of RGB (Red+Green+Blue) = 230+79+93=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F5D is #19B0A2. Grayscale: #7D7D7D. Windows color (decimal): -1683619 or 6115302. OLE color: 6115302.

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

Color convert

RGB 230 79 93 -
CMYK 0 0.66 0.60 0.10
HSL 354.44º 0.75% 0.61% -
HSV(B) 354.44º 0.66% 0.9% -
XYZ 37.4 23.21 12.86 -
YUV 125.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 230 79 93 0 0.66 0.60 0.10 354.44 0.75 0.61
Hex E6 4F 5D 0 42 3C A 162 4B 3D
Octal 346 117 135 0 102 74 12 542 113 75
Binary 11100110 1001111 1011101 0 1000010 111100 1010 101100010 1001011 111101

Color Harmonies of #E64F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F5D

Black with #E64F5D

Text Example


Text Example

White with #E64F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F5D; }

 p { color: rgb(230,79,93); }

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

background-color css

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

 a { background-color: rgb(230,79,93); }

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

border-color css

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

 span { border-color: rgb(230,79,93); }

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