Html Css Color HEX #E04D64 Cabaret

📋 copy color: '#E04D64'

red 224 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #E04D64

Tints of Cabaret #E04D64

RGB

 RED value IS 224 (87.89% from 255) = 55.86%

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

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 55.86%
G = 19.2%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E04D64 (or 0xE04D64) is known color: Cabaret. HEX triplet: E0, 4D and 64. RGB value is (224,77,100). Sum of RGB (Red+Green+Blue) = 224+77+100=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D64 is #1FB29B. Grayscale: #7B7B7B. Windows color (decimal): -2077340 or 6573536. OLE color: 6573536.

HSL color Cylindrical-coordinate representation of color #E04D64: hue angle of 350.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D64 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 100 -
CMYK 0 0.66 0.55 0.12
HSL 350.61º 0.7% 0.59% -
HSV(B) 350.61º 0.66% 0.88% -
XYZ 35.69 22.08 14.44 -
YUV 123.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 224 77 100 0 0.66 0.55 0.12 350.61 0.7 0.59
Hex E0 4D 64 0 42 37 C 15F 46 3B
Octal 340 115 144 0 102 67 14 537 106 73
Binary 11100000 1001101 1100100 0 1000010 110111 1100 101011111 1000110 111011

Color Harmonies of #E04D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D64

Black with #E04D64

Text Example


Text Example

White with #E04D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D64; }

 p { color: rgb(224,77,100); }

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

background-color css

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

 a { background-color: rgb(224,77,100); }

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

border-color css

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

 span { border-color: rgb(224,77,100); }

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