Html Css Color HEX #E5044A Razzmatazz

📋 copy color: '#E5044A'

red 229 ◦ green 4 ◦ blue 74

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

Shades of Razzmatazz #E5044A

Tints of Razzmatazz #E5044A

RGB

 RED value IS 229 (89.84% from 255) = 74.59%

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 74.59%
G = 1.3%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5044A (or 0xE5044A) is known color: Razzmatazz. HEX triplet: E5, 04 and 4A. RGB value is (229,4,74). Sum of RGB (Red+Green+Blue) = 229+4+74=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5044A is #1AFBB5. Grayscale: #4F4F4F. Windows color (decimal): -1768374 or 4850917. OLE color: 4850917.

HSL color Cylindrical-coordinate representation of color #E5044A: hue angle of 341.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5044A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 74 -
CMYK 0 0.98 0.68 0.10
HSL 341.33º 0.97% 0.46% -
HSV(B) 341.33º 0.98% 0.9% -
XYZ 33.59 17.24 8.04 -
YUV 79.26 125.04 234.81 -
System Red Green Blue C M Y K H S L
Decimal 229 4 74 0 0.98 0.68 0.10 341.33 0.97 0.46
Hex E5 4 4A 0 62 44 A 155 61 2E
Octal 345 4 112 0 142 104 12 525 141 56
Binary 11100101 100 1001010 0 1100010 1000100 1010 101010101 1100001 101110

Color Harmonies of #E5044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5044A

Black with #E5044A

Text Example


Text Example

White with #E5044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5044A; }

 p { color: rgb(229,4,74); }

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

background-color css

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

 a { background-color: rgb(229,4,74); }

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

border-color css

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

 span { border-color: rgb(229,4,74); }

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