Html Css Color HEX #E14963 Cabaret

📋 copy color: '#E14963'

red 225 ◦ green 73 ◦ blue 99

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

Shades of Cabaret #E14963

Tints of Cabaret #E14963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 56.68%
G = 18.39%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14963 (or 0xE14963) is known color: Cabaret. HEX triplet: E1, 49 and 63. RGB value is (225,73,99). Sum of RGB (Red+Green+Blue) = 225+73+99=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14963 is #1EB69C. Grayscale: #797979. Windows color (decimal): -2012829 or 6506977. OLE color: 6506977.

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

Color convert

RGB 225 73 99 -
CMYK 0 0.68 0.56 0.12
HSL 349.74º 0.72% 0.58% -
HSV(B) 349.74º 0.68% 0.88% -
XYZ 35.69 21.67 14.11 -
YUV 121.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 225 73 99 0 0.68 0.56 0.12 349.74 0.72 0.58
Hex E1 49 63 0 44 38 C 15E 48 3A
Octal 341 111 143 0 104 70 14 536 110 72
Binary 11100001 1001001 1100011 0 1000100 111000 1100 101011110 1001000 111010

Color Harmonies of #E14963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14963

Black with #E14963

Text Example


Text Example

White with #E14963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14963; }

 p { color: rgb(225,73,99); }

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

background-color css

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

 a { background-color: rgb(225,73,99); }

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

border-color css

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

 span { border-color: rgb(225,73,99); }

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