Html Css Color HEX #E64D5A Mandy

📋 copy color: '#E64D5A'

red 230 ◦ green 77 ◦ blue 90

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

Shades of Mandy #E64D5A

Tints of Mandy #E64D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 57.93%
G = 19.4%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E64D5A (or 0xE64D5A) is known color: Mandy. HEX triplet: E6, 4D and 5A. RGB value is (230,77,90). Sum of RGB (Red+Green+Blue) = 230+77+90=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D5A is #19B2A5. Grayscale: #7C7C7C. Windows color (decimal): -1684134 or 5918182. OLE color: 5918182.

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

Color convert

RGB 230 77 90 -
CMYK 0 0.67 0.61 0.10
HSL 354.9º 0.75% 0.6% -
HSV(B) 354.9º 0.67% 0.9% -
XYZ 37.13 22.87 12.13 -
YUV 124.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 230 77 90 0 0.67 0.61 0.10 354.9 0.75 0.6
Hex E6 4D 5A 0 43 3D A 163 4B 3C
Octal 346 115 132 0 103 75 12 543 113 74
Binary 11100110 1001101 1011010 0 1000011 111101 1010 101100011 1001011 111100

Color Harmonies of #E64D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D5A

Black with #E64D5A

Text Example


Text Example

White with #E64D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D5A; }

 p { color: rgb(230,77,90); }

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

background-color css

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

 a { background-color: rgb(230,77,90); }

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

border-color css

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

 span { border-color: rgb(230,77,90); }

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