Html Css Color HEX #E05A6C Cabaret

📋 copy color: '#E05A6C'

red 224 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #E05A6C

Tints of Cabaret #E05A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 53.08%
G = 21.33%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E05A6C (or 0xE05A6C) is known color: Cabaret. HEX triplet: E0, 5A and 6C. RGB value is (224,90,108). Sum of RGB (Red+Green+Blue) = 224+90+108=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A6C is #1FA593. Grayscale: #848484. Windows color (decimal): -2074004 or 7101152. OLE color: 7101152.

HSL color Cylindrical-coordinate representation of color #E05A6C: hue angle of 351.94º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05A6C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 108 -
CMYK 0 0.60 0.52 0.12
HSL 351.94º 0.68% 0.62% -
HSV(B) 351.94º 0.6% 0.88% -
XYZ 37.1 24.24 16.91 -
YUV 132.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 224 90 108 0 0.60 0.52 0.12 351.94 0.68 0.62
Hex E0 5A 6C 0 3C 34 C 160 44 3E
Octal 340 132 154 0 74 64 14 540 104 76
Binary 11100000 1011010 1101100 0 111100 110100 1100 101100000 1000100 111110

Color Harmonies of #E05A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A6C

Black with #E05A6C

Text Example


Text Example

White with #E05A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A6C; }

 p { color: rgb(224,90,108); }

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

background-color css

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

 a { background-color: rgb(224,90,108); }

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

border-color css

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

 span { border-color: rgb(224,90,108); }

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