Html Css Color HEX #E14D64 Cabaret

📋 copy color: '#E14D64'

red 225 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #E14D64

Tints of Cabaret #E14D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 55.97%
G = 19.15%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14D64 (or 0xE14D64) is known color: Cabaret. HEX triplet: E1, 4D and 64. RGB value is (225,77,100). Sum of RGB (Red+Green+Blue) = 225+77+100=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D64 is #1EB29B. Grayscale: #7B7B7B. Windows color (decimal): -2011804 or 6573537. OLE color: 6573537.

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

Color convert

RGB 225 77 100 -
CMYK 0 0.66 0.56 0.12
HSL 350.68º 0.71% 0.59% -
HSV(B) 350.68º 0.66% 0.88% -
XYZ 36.01 22.24 14.45 -
YUV 123.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 225 77 100 0 0.66 0.56 0.12 350.68 0.71 0.59
Hex E1 4D 64 0 42 38 C 15F 47 3B
Octal 341 115 144 0 102 70 14 537 107 73
Binary 11100001 1001101 1100100 0 1000010 111000 1100 101011111 1000111 111011

Color Harmonies of #E14D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D64

Black with #E14D64

Text Example


Text Example

White with #E14D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D64; }

 p { color: rgb(225,77,100); }

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

background-color css

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

 a { background-color: rgb(225,77,100); }

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

border-color css

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

 span { border-color: rgb(225,77,100); }

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