Html Css Color HEX #E15065 Cabaret

📋 copy color: '#E15065'

red 225 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #E15065

Tints of Cabaret #E15065

RGB

 RED value IS 225 (88.28% from 255) = 55.42%

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 55.42%
G = 19.7%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E15065 (or 0xE15065) is known color: Cabaret. HEX triplet: E1, 50 and 65. RGB value is (225,80,101). Sum of RGB (Red+Green+Blue) = 225+80+101=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E15065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15065 is #1EAF9A. Grayscale: #7D7D7D. Windows color (decimal): -2011035 or 6639841. OLE color: 6639841.

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

Color convert

RGB 225 80 101 -
CMYK 0 0.64 0.55 0.12
HSL 351.31º 0.71% 0.6% -
HSV(B) 351.31º 0.64% 0.88% -
XYZ 36.27 22.68 14.78 -
YUV 125.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 225 80 101 0 0.64 0.55 0.12 351.31 0.71 0.6
Hex E1 50 65 0 40 37 C 15F 47 3C
Octal 341 120 145 0 100 67 14 537 107 74
Binary 11100001 1010000 1100101 0 1000000 110111 1100 101011111 1000111 111100

Color Harmonies of #E15065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15065

Black with #E15065

Text Example


Text Example

White with #E15065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15065; }

 p { color: rgb(225,80,101); }

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

background-color css

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

 a { background-color: rgb(225,80,101); }

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

border-color css

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

 span { border-color: rgb(225,80,101); }

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