Html Css Color HEX #E6024A Razzmatazz

📋 copy color: '#E6024A'

red 230 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #E6024A

Tints of Razzmatazz #E6024A

RGB

 RED value IS 230 (90.23% from 255) = 75.16%

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

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

R = 75.16%
G = 0.65%
B = 24.18%

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

#E6024A (or 0xE6024A) is known color: Razzmatazz. HEX triplet: E6, 02 and 4A. RGB value is (230,2,74). Sum of RGB (Red+Green+Blue) = 230+2+74=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6024A is #19FDB5. Grayscale: #4E4E4E. Windows color (decimal): -1703350 or 4850406. OLE color: 4850406.

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

Color convert

RGB 230 2 74 -
CMYK 0 0.99 0.68 0.10
HSL 341.05º 0.98% 0.45% -
HSV(B) 341.05º 0.99% 0.9% -
XYZ 33.89 17.36 8.04 -
YUV 78.38 125.54 236.15 -
System Red Green Blue C M Y K H S L
Decimal 230 2 74 0 0.99 0.68 0.10 341.05 0.98 0.45
Hex E6 2 4A 0 63 44 A 155 62 2D
Octal 346 2 112 0 143 104 12 525 142 55
Binary 11100110 10 1001010 0 1100011 1000100 1010 101010101 1100010 101101

Color Harmonies of #E6024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6024A

Black with #E6024A

Text Example


Text Example

White with #E6024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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