Html Css Color HEX #E5004F Razzmatazz

📋 copy color: '#E5004F'

red 229 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #E5004F

Tints of Razzmatazz #E5004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.35%
G = 0%
B = 25.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5004F (or 0xE5004F) is known color: Razzmatazz. HEX triplet: E5, 00 and 4F. RGB value is (229,0,79). Sum of RGB (Red+Green+Blue) = 229+0+79=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5004F is #1AFFB0. Grayscale: #4D4D4D. Windows color (decimal): -1769393 or 5177573. OLE color: 5177573.

HSL color Cylindrical-coordinate representation of color #E5004F: hue angle of 339.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5004F is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 79 -
CMYK 0 1 0.66 0.10
HSL 339.3º 1% 0.45% -
HSV(B) 339.3º 1% 0.9% -
XYZ 33.72 17.22 8.94 -
YUV 77.48 128.87 236.08 -
System Red Green Blue C M Y K H S L
Decimal 229 0 79 0 1 0.66 0.10 339.3 1 0.45
Hex E5 0 4F 0 64 42 A 153 64 2D
Octal 345 0 117 0 144 102 12 523 144 55
Binary 11100101 0 1001111 0 1100100 1000010 1010 101010011 1100100 101101

Color Harmonies of #E5004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5004F

Black with #E5004F

Text Example


Text Example

White with #E5004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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