Html Css Color HEX #E9134D Razzmatazz

📋 copy color: '#E9134D'

red 233 ◦ green 19 ◦ blue 77

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

Shades of Razzmatazz #E9134D

Tints of Razzmatazz #E9134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 70.82%
G = 5.78%
B = 23.4%

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

#E9134D (or 0xE9134D) is known color: Razzmatazz. HEX triplet: E9, 13 and 4D. RGB value is (233,19,77). Sum of RGB (Red+Green+Blue) = 233+19+77=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9134D is #16ECB2. Grayscale: #595959. Windows color (decimal): -1502387 or 5051369. OLE color: 5051369.

HSL color Cylindrical-coordinate representation of color #E9134D: hue angle of 343.74º 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 #E9134D is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 77 -
CMYK 0 0.92 0.67 0.09
HSL 343.74º 0.85% 0.49% -
HSV(B) 343.74º 0.92% 0.91% -
XYZ 35.18 18.33 8.7 -
YUV 89.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 233 19 77 0 0.92 0.67 0.09 343.74 0.85 0.49
Hex E9 13 4D 0 5C 43 9 158 55 31
Octal 351 23 115 0 134 103 11 530 125 61
Binary 11101001 10011 1001101 0 1011100 1000011 1001 101011000 1010101 110001

Color Harmonies of #E9134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9134D

Black with #E9134D

Text Example


Text Example

White with #E9134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9134D; }

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

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

background-color css

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

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

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

border-color css

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

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

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