Html Css Color HEX #E3024A Razzmatazz

📋 copy color: '#E3024A'

red 227 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #E3024A

Tints of Razzmatazz #E3024A

RGB

 RED value IS 227 (89.06% from 255) = 74.92%

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

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

R = 74.92%
G = 0.66%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3024A (or 0xE3024A) is known color: Razzmatazz. HEX triplet: E3, 02 and 4A. RGB value is (227,2,74). Sum of RGB (Red+Green+Blue) = 227+2+74=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E3024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3024A is #1CFDB5. Grayscale: #4D4D4D. Windows color (decimal): -1899958 or 4850403. OLE color: 4850403.

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

Color convert

RGB 227 2 74 -
CMYK 0 0.99 0.67 0.11
HSL 340.8º 0.98% 0.45% -
HSV(B) 340.8º 0.99% 0.89% -
XYZ 32.94 16.87 8 -
YUV 77.48 126.04 234.65 -
System Red Green Blue C M Y K H S L
Decimal 227 2 74 0 0.99 0.67 0.11 340.8 0.98 0.45
Hex E3 2 4A 0 63 43 B 155 62 2D
Octal 343 2 112 0 143 103 13 525 142 55
Binary 11100011 10 1001010 0 1100011 1000011 1011 101010101 1100010 101101

Color Harmonies of #E3024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3024A

Black with #E3024A

Text Example


Text Example

White with #E3024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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