Html Css Color HEX #E64B4D Mandy

📋 copy color: '#E64B4D'

red 230 ◦ green 75 ◦ blue 77

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

Shades of Mandy #E64B4D

Tints of Mandy #E64B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 60.21%
G = 19.63%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E64B4D (or 0xE64B4D) is known color: Mandy. HEX triplet: E6, 4B and 4D. RGB value is (230,75,77). Sum of RGB (Red+Green+Blue) = 230+75+77=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B4D is #19B4B2. Grayscale: #797979. Windows color (decimal): -1684659 or 5065702. OLE color: 5065702.

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

Color convert

RGB 230 75 77 -
CMYK 0 0.67 0.67 0.10
HSL 359.23º 0.76% 0.6% -
HSV(B) 359.23º 0.67% 0.9% -
XYZ 36.49 22.39 9.42 -
YUV 121.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 230 75 77 0 0.67 0.67 0.10 359.23 0.76 0.6
Hex E6 4B 4D 0 43 43 A 167 4C 3C
Octal 346 113 115 0 103 103 12 547 114 74
Binary 11100110 1001011 1001101 0 1000011 1000011 1010 101100111 1001100 111100

Color Harmonies of #E64B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B4D

Black with #E64B4D

Text Example


Text Example

White with #E64B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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