Html Css Color HEX #E5044F Razzmatazz

📋 copy color: '#E5044F'

red 229 ◦ green 4 ◦ blue 79

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

Shades of Razzmatazz #E5044F

Tints of Razzmatazz #E5044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 73.4%
G = 1.28%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5044F (or 0xE5044F) is known color: Razzmatazz. HEX triplet: E5, 04 and 4F. RGB value is (229,4,79). Sum of RGB (Red+Green+Blue) = 229+4+79=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5044F is #1AFBB0. Grayscale: #4F4F4F. Windows color (decimal): -1768369 or 5178597. OLE color: 5178597.

HSL color Cylindrical-coordinate representation of color #E5044F: hue angle of 340º 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 #E5044F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 79 -
CMYK 0 0.98 0.66 0.10
HSL 340º 0.97% 0.46% -
HSV(B) 340º 0.98% 0.9% -
XYZ 33.77 17.31 8.96 -
YUV 79.83 127.54 234.4 -
System Red Green Blue C M Y K H S L
Decimal 229 4 79 0 0.98 0.66 0.10 340 0.97 0.46
Hex E5 4 4F 0 62 42 A 154 61 2E
Octal 345 4 117 0 142 102 12 524 141 56
Binary 11100101 100 1001111 0 1100010 1000010 1010 101010100 1100001 101110

Color Harmonies of #E5044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5044F

Black with #E5044F

Text Example


Text Example

White with #E5044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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