Html Css Color HEX #E04F65 Cabaret

📋 copy color: '#E04F65'

red 224 ◦ green 79 ◦ blue 101

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

Shades of Cabaret #E04F65

Tints of Cabaret #E04F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25%

R = 55.45%
G = 19.55%
B = 25%

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

#E04F65 (or 0xE04F65) is known color: Cabaret. HEX triplet: E0, 4F and 65. RGB value is (224,79,101). Sum of RGB (Red+Green+Blue) = 224+79+101=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F65 is #1FB09A. Grayscale: #7C7C7C. Windows color (decimal): -2076827 or 6639584. OLE color: 6639584.

HSL color Cylindrical-coordinate representation of color #E04F65: hue angle of 350.9º 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 #E04F65 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 101 -
CMYK 0 0.65 0.55 0.12
HSL 350.9º 0.7% 0.59% -
HSV(B) 350.9º 0.65% 0.88% -
XYZ 35.89 22.38 14.74 -
YUV 124.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 224 79 101 0 0.65 0.55 0.12 350.9 0.7 0.59
Hex E0 4F 65 0 41 37 C 15F 46 3B
Octal 340 117 145 0 101 67 14 537 106 73
Binary 11100000 1001111 1100101 0 1000001 110111 1100 101011111 1000110 111011

Color Harmonies of #E04F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F65

Black with #E04F65

Text Example


Text Example

White with #E04F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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