Html Css Color HEX #E7084A Razzmatazz

📋 copy color: '#E7084A'

red 231 ◦ green 8 ◦ blue 74

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

Shades of Razzmatazz #E7084A

Tints of Razzmatazz #E7084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 73.8%
G = 2.56%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7084A (or 0xE7084A) is known color: Razzmatazz. HEX triplet: E7, 08 and 4A. RGB value is (231,8,74). Sum of RGB (Red+Green+Blue) = 231+8+74=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7084A is #18F7B5. Grayscale: #525252. Windows color (decimal): -1636278 or 4851943. OLE color: 4851943.

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

Color convert

RGB 231 8 74 -
CMYK 0 0.97 0.68 0.09
HSL 342.24º 0.93% 0.47% -
HSV(B) 342.24º 0.97% 0.91% -
XYZ 34.28 17.66 8.08 -
YUV 82.2 123.38 234.13 -
System Red Green Blue C M Y K H S L
Decimal 231 8 74 0 0.97 0.68 0.09 342.24 0.93 0.47
Hex E7 8 4A 0 61 44 9 156 5D 2F
Octal 347 10 112 0 141 104 11 526 135 57
Binary 11100111 1000 1001010 0 1100001 1000100 1001 101010110 1011101 101111

Color Harmonies of #E7084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7084A

Black with #E7084A

Text Example


Text Example

White with #E7084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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