Html Css Color HEX #E7024A Razzmatazz

📋 copy color: '#E7024A'

red 231 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #E7024A

Tints of Razzmatazz #E7024A

RGB

 RED value IS 231 (90.63% from 255) = 75.24%

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

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

R = 75.24%
G = 0.65%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7024A (or 0xE7024A) is known color: Razzmatazz. HEX triplet: E7, 02 and 4A. RGB value is (231,2,74). Sum of RGB (Red+Green+Blue) = 231+2+74=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7024A is #18FDB5. Grayscale: #4E4E4E. Windows color (decimal): -1637814 or 4850407. OLE color: 4850407.

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

Color convert

RGB 231 2 74 -
CMYK 0 0.99 0.68 0.09
HSL 341.14º 0.98% 0.46% -
HSV(B) 341.14º 0.99% 0.91% -
XYZ 34.21 17.53 8.06 -
YUV 78.68 125.37 236.65 -
System Red Green Blue C M Y K H S L
Decimal 231 2 74 0 0.99 0.68 0.09 341.14 0.98 0.46
Hex E7 2 4A 0 63 44 9 155 62 2E
Octal 347 2 112 0 143 104 11 525 142 56
Binary 11100111 10 1001010 0 1100011 1000100 1001 101010101 1100010 101110

Color Harmonies of #E7024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7024A

Black with #E7024A

Text Example


Text Example

White with #E7024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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