Html Css Color HEX #E05A6B Cabaret

📋 copy color: '#E05A6B'

red 224 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #E05A6B

Tints of Cabaret #E05A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 53.21%
G = 21.38%
B = 25.42%

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

#E05A6B (or 0xE05A6B) is known color: Cabaret. HEX triplet: E0, 5A and 6B. RGB value is (224,90,107). Sum of RGB (Red+Green+Blue) = 224+90+107=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A6B is #1FA594. Grayscale: #848484. Windows color (decimal): -2074005 or 7035616. OLE color: 7035616.

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

Color convert

RGB 224 90 107 -
CMYK 0 0.60 0.52 0.12
HSL 352.39º 0.68% 0.62% -
HSV(B) 352.39º 0.6% 0.88% -
XYZ 37.05 24.22 16.63 -
YUV 132 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 224 90 107 0 0.60 0.52 0.12 352.39 0.68 0.62
Hex E0 5A 6B 0 3C 34 C 160 44 3E
Octal 340 132 153 0 74 64 14 540 104 76
Binary 11100000 1011010 1101011 0 111100 110100 1100 101100000 1000100 111110

Color Harmonies of #E05A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A6B

Black with #E05A6B

Text Example


Text Example

White with #E05A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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