Html Css Color HEX #E05064 Cabaret

📋 copy color: '#E05064'

red 224 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #E05064

Tints of Cabaret #E05064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 55.45%
G = 19.8%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E05064 (or 0xE05064) is known color: Cabaret. HEX triplet: E0, 50 and 64. RGB value is (224,80,100). Sum of RGB (Red+Green+Blue) = 224+80+100=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E05064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05064 is #1FAF9B. Grayscale: #7D7D7D. Windows color (decimal): -2076572 or 6574304. OLE color: 6574304.

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

Color convert

RGB 224 80 100 -
CMYK 0 0.64 0.55 0.12
HSL 351.67º 0.7% 0.6% -
HSV(B) 351.67º 0.64% 0.88% -
XYZ 35.91 22.5 14.51 -
YUV 125.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 224 80 100 0 0.64 0.55 0.12 351.67 0.7 0.6
Hex E0 50 64 0 40 37 C 160 46 3C
Octal 340 120 144 0 100 67 14 540 106 74
Binary 11100000 1010000 1100100 0 1000000 110111 1100 101100000 1000110 111100

Color Harmonies of #E05064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05064

Black with #E05064

Text Example


Text Example

White with #E05064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05064; }

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

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

background-color css

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

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

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

border-color css

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

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

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