Html Css Color HEX #E2596A Cabaret

📋 copy color: '#E2596A'

red 226 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #E2596A

Tints of Cabaret #E2596A

RGB

 RED value IS 226 (88.67% from 255) = 53.68%

 GREEN value IS 89 (35.16% from 255) = 21.14%

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 53.68%
G = 21.14%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2596A (or 0xE2596A) is known color: Cabaret. HEX triplet: E2, 59 and 6A. RGB value is (226,89,106). Sum of RGB (Red+Green+Blue) = 226+89+106=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2596A is #1DA695. Grayscale: #838383. Windows color (decimal): -1943190 or 6969826. OLE color: 6969826.

HSL color Cylindrical-coordinate representation of color #E2596A: hue angle of 352.55º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2596A is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 106 -
CMYK 0 0.61 0.53 0.11
HSL 352.55º 0.7% 0.62% -
HSV(B) 352.55º 0.61% 0.89% -
XYZ 37.54 24.35 16.36 -
YUV 131.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 226 89 106 0 0.61 0.53 0.11 352.55 0.7 0.62
Hex E2 59 6A 0 3D 35 B 161 46 3E
Octal 342 131 152 0 75 65 13 541 106 76
Binary 11100010 1011001 1101010 0 111101 110101 1011 101100001 1000110 111110

Color Harmonies of #E2596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2596A

Black with #E2596A

Text Example


Text Example

White with #E2596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2596A; }

 p { color: rgb(226,89,106); }

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

background-color css

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

 a { background-color: rgb(226,89,106); }

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

border-color css

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

 span { border-color: rgb(226,89,106); }

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