Html Css Color HEX #E04F64 Cabaret

📋 copy color: '#E04F64'

red 224 ◦ green 79 ◦ blue 100

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

Shades of Cabaret #E04F64

Tints of Cabaret #E04F64

RGB

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

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

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

R = 55.58%
G = 19.6%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E04F64 (or 0xE04F64) is known color: Cabaret. HEX triplet: E0, 4F and 64. RGB value is (224,79,100). Sum of RGB (Red+Green+Blue) = 224+79+100=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F64 is #1FB09B. Grayscale: #7C7C7C. Windows color (decimal): -2076828 or 6574048. OLE color: 6574048.

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

Color convert

RGB 224 79 100 -
CMYK 0 0.65 0.55 0.12
HSL 351.31º 0.7% 0.59% -
HSV(B) 351.31º 0.65% 0.88% -
XYZ 35.84 22.36 14.48 -
YUV 124.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 224 79 100 0 0.65 0.55 0.12 351.31 0.7 0.59
Hex E0 4F 64 0 41 37 C 15F 46 3B
Octal 340 117 144 0 101 67 14 537 106 73
Binary 11100000 1001111 1100100 0 1000001 110111 1100 101011111 1000110 111011

Color Harmonies of #E04F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F64

Black with #E04F64

Text Example


Text Example

White with #E04F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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