Html Css Color HEX #E5024A Razzmatazz

📋 copy color: '#E5024A'

red 229 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #E5024A

Tints of Razzmatazz #E5024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 75.08%
G = 0.66%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5024A (or 0xE5024A) is known color: Razzmatazz. HEX triplet: E5, 02 and 4A. RGB value is (229,2,74). Sum of RGB (Red+Green+Blue) = 229+2+74=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E5024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5024A is #1AFDB5. Grayscale: #4E4E4E. Windows color (decimal): -1768886 or 4850405. OLE color: 4850405.

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

Color convert

RGB 229 2 74 -
CMYK 0 0.99 0.68 0.10
HSL 340.97º 0.98% 0.45% -
HSV(B) 340.97º 0.99% 0.9% -
XYZ 33.57 17.2 8.03 -
YUV 78.08 125.71 235.65 -
System Red Green Blue C M Y K H S L
Decimal 229 2 74 0 0.99 0.68 0.10 340.97 0.98 0.45
Hex E5 2 4A 0 63 44 A 155 62 2D
Octal 345 2 112 0 143 104 12 525 142 55
Binary 11100101 10 1001010 0 1100011 1000100 1010 101010101 1100010 101101

Color Harmonies of #E5024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5024A

Black with #E5024A

Text Example


Text Example

White with #E5024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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