Html Css Color HEX #E9134C Razzmatazz

📋 copy color: '#E9134C'

red 233 ◦ green 19 ◦ blue 76

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

Shades of Razzmatazz #E9134C

Tints of Razzmatazz #E9134C

RGB

 RED value IS 233 (91.41% from 255) = 71.04%

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 71.04%
G = 5.79%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9134C (or 0xE9134C) is known color: Razzmatazz. HEX triplet: E9, 13 and 4C. RGB value is (233,19,76). Sum of RGB (Red+Green+Blue) = 233+19+76=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9134C is #16ECB3. Grayscale: #595959. Windows color (decimal): -1502388 or 4985833. OLE color: 4985833.

HSL color Cylindrical-coordinate representation of color #E9134C: hue angle of 344.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9134C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 76 -
CMYK 0 0.92 0.67 0.09
HSL 344.02º 0.85% 0.49% -
HSV(B) 344.02º 0.92% 0.91% -
XYZ 35.14 18.31 8.52 -
YUV 89.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 233 19 76 0 0.92 0.67 0.09 344.02 0.85 0.49
Hex E9 13 4C 0 5C 43 9 158 55 31
Octal 351 23 114 0 134 103 11 530 125 61
Binary 11101001 10011 1001100 0 1011100 1000011 1001 101011000 1010101 110001

Color Harmonies of #E9134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9134C

Black with #E9134C

Text Example


Text Example

White with #E9134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9134C; }

 p { color: rgb(233,19,76); }

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

background-color css

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

 a { background-color: rgb(233,19,76); }

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

border-color css

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

 span { border-color: rgb(233,19,76); }

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