Html Css Color HEX #E7104D Razzmatazz

📋 copy color: '#E7104D'

red 231 ◦ green 16 ◦ blue 77

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

Shades of Razzmatazz #E7104D

Tints of Razzmatazz #E7104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 71.3%
G = 4.94%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7104D (or 0xE7104D) is known color: Razzmatazz. HEX triplet: E7, 10 and 4D. RGB value is (231,16,77). Sum of RGB (Red+Green+Blue) = 231+16+77=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7104D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7104D is #18EFB2. Grayscale: #575757. Windows color (decimal): -1634227 or 5050599. OLE color: 5050599.

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

Color convert

RGB 231 16 77 -
CMYK 0 0.93 0.67 0.09
HSL 342.98º 0.87% 0.48% -
HSV(B) 342.98º 0.93% 0.91% -
XYZ 34.48 17.9 8.66 -
YUV 87.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 231 16 77 0 0.93 0.67 0.09 342.98 0.87 0.48
Hex E7 10 4D 0 5D 43 9 157 57 30
Octal 347 20 115 0 135 103 11 527 127 60
Binary 11100111 10000 1001101 0 1011101 1000011 1001 101010111 1010111 110000

Color Harmonies of #E7104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7104D

Black with #E7104D

Text Example


Text Example

White with #E7104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7104D; }

 p { color: rgb(231,16,77); }

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

background-color css

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

 a { background-color: rgb(231,16,77); }

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

border-color css

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

 span { border-color: rgb(231,16,77); }

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