Html Css Color HEX #E04F68 Cabaret

📋 copy color: '#E04F68'

red 224 ◦ green 79 ◦ blue 104

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

Shades of Cabaret #E04F68

Tints of Cabaret #E04F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 55.04%
G = 19.41%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E04F68 (or 0xE04F68) is known color: Cabaret. HEX triplet: E0, 4F and 68. RGB value is (224,79,104). Sum of RGB (Red+Green+Blue) = 224+79+104=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F68 is #1FB097. Grayscale: #7D7D7D. Windows color (decimal): -2076824 or 6836192. OLE color: 6836192.

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

Color convert

RGB 224 79 104 -
CMYK 0 0.65 0.54 0.12
HSL 349.66º 0.7% 0.59% -
HSV(B) 349.66º 0.65% 0.88% -
XYZ 36.04 22.44 15.53 -
YUV 125.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 224 79 104 0 0.65 0.54 0.12 349.66 0.7 0.59
Hex E0 4F 68 0 41 36 C 15E 46 3B
Octal 340 117 150 0 101 66 14 536 106 73
Binary 11100000 1001111 1101000 0 1000001 110110 1100 101011110 1000110 111011

Color Harmonies of #E04F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F68

Black with #E04F68

Text Example


Text Example

White with #E04F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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