Html Css Color HEX #E05065 Cabaret

📋 copy color: '#E05065'

red 224 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #E05065

Tints of Cabaret #E05065

RGB

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

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

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

R = 55.31%
G = 19.75%
B = 24.94%

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

#E05065 (or 0xE05065) is known color: Cabaret. HEX triplet: E0, 50 and 65. RGB value is (224,80,101). Sum of RGB (Red+Green+Blue) = 224+80+101=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E05065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05065 is #1FAF9A. Grayscale: #7D7D7D. Windows color (decimal): -2076571 or 6639840. OLE color: 6639840.

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

Color convert

RGB 224 80 101 -
CMYK 0 0.64 0.55 0.12
HSL 351.25º 0.7% 0.6% -
HSV(B) 351.25º 0.64% 0.88% -
XYZ 35.96 22.52 14.76 -
YUV 125.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 224 80 101 0 0.64 0.55 0.12 351.25 0.7 0.6
Hex E0 50 65 0 40 37 C 15F 46 3C
Octal 340 120 145 0 100 67 14 537 106 74
Binary 11100000 1010000 1100101 0 1000000 110111 1100 101011111 1000110 111100

Color Harmonies of #E05065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05065

Black with #E05065

Text Example


Text Example

White with #E05065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05065; }

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

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

background-color css

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

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

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

border-color css

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

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

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