Html Css Color HEX #E05266 Cabaret

📋 copy color: '#E05266'

red 224 ◦ green 82 ◦ blue 102

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

Shades of Cabaret #E05266

Tints of Cabaret #E05266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 54.9%
G = 20.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E05266 (or 0xE05266) is known color: Cabaret. HEX triplet: E0, 52 and 66. RGB value is (224,82,102). Sum of RGB (Red+Green+Blue) = 224+82+102=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E05266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05266 is #1FAD99. Grayscale: #7E7E7E. Windows color (decimal): -2076058 or 6705888. OLE color: 6705888.

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

Color convert

RGB 224 82 102 -
CMYK 0 0.63 0.54 0.12
HSL 351.55º 0.7% 0.6% -
HSV(B) 351.55º 0.63% 0.88% -
XYZ 36.16 22.84 15.07 -
YUV 126.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 224 82 102 0 0.63 0.54 0.12 351.55 0.7 0.6
Hex E0 52 66 0 3F 36 C 160 46 3C
Octal 340 122 146 0 77 66 14 540 106 74
Binary 11100000 1010010 1100110 0 111111 110110 1100 101100000 1000110 111100

Color Harmonies of #E05266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05266

Black with #E05266

Text Example


Text Example

White with #E05266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05266; }

 p { color: rgb(224,82,102); }

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

background-color css

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

 a { background-color: rgb(224,82,102); }

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

border-color css

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

 span { border-color: rgb(224,82,102); }

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