Html Css Color HEX #E04A66 Cabaret

📋 copy color: '#E04A66'

red 224 ◦ green 74 ◦ blue 102

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

Shades of Cabaret #E04A66

Tints of Cabaret #E04A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

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

R = 56%
G = 18.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E04A66 (or 0xE04A66) is known color: Cabaret. HEX triplet: E0, 4A and 66. RGB value is (224,74,102). Sum of RGB (Red+Green+Blue) = 224+74+102=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A66 is #1FB599. Grayscale: #7A7A7A. Windows color (decimal): -2078106 or 6703840. OLE color: 6703840.

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

Color convert

RGB 224 74 102 -
CMYK 0 0.67 0.54 0.12
HSL 348.8º 0.71% 0.58% -
HSV(B) 348.8º 0.67% 0.88% -
XYZ 35.59 21.7 14.88 -
YUV 122.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 224 74 102 0 0.67 0.54 0.12 348.8 0.71 0.58
Hex E0 4A 66 0 43 36 C 15D 47 3A
Octal 340 112 146 0 103 66 14 535 107 72
Binary 11100000 1001010 1100110 0 1000011 110110 1100 101011101 1000111 111010

Color Harmonies of #E04A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A66

Black with #E04A66

Text Example


Text Example

White with #E04A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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