Html Css Color HEX #E34964 Cabaret

📋 copy color: '#E34964'

red 227 ◦ green 73 ◦ blue 100

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

Shades of Cabaret #E34964

Tints of Cabaret #E34964

RGB

 RED value IS 227 (89.06% from 255) = 56.75%

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

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

R = 56.75%
G = 18.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E34964 (or 0xE34964) is known color: Cabaret. HEX triplet: E3, 49 and 64. RGB value is (227,73,100). Sum of RGB (Red+Green+Blue) = 227+73+100=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E34964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34964 is #1CB69B. Grayscale: #7A7A7A. Windows color (decimal): -1881756 or 6572515. OLE color: 6572515.

HSL color Cylindrical-coordinate representation of color #E34964: hue angle of 349.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34964 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 73 100 -
CMYK 0 0.68 0.56 0.11
HSL 349.48º 0.73% 0.59% -
HSV(B) 349.48º 0.68% 0.89% -
XYZ 36.36 22.02 14.39 -
YUV 122.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 227 73 100 0 0.68 0.56 0.11 349.48 0.73 0.59
Hex E3 49 64 0 44 38 B 15D 49 3B
Octal 343 111 144 0 104 70 13 535 111 73
Binary 11100011 1001001 1100100 0 1000100 111000 1011 101011101 1001001 111011

Color Harmonies of #E34964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34964

Black with #E34964

Text Example


Text Example

White with #E34964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34964; }

 p { color: rgb(227,73,100); }

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

background-color css

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

 a { background-color: rgb(227,73,100); }

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

border-color css

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

 span { border-color: rgb(227,73,100); }

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