Html Css Color HEX #E7074D Razzmatazz

📋 copy color: '#E7074D'

red 231 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #E7074D

Tints of Razzmatazz #E7074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

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

R = 73.33%
G = 2.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7074D (or 0xE7074D) is known color: Razzmatazz. HEX triplet: E7, 07 and 4D. RGB value is (231,7,77). Sum of RGB (Red+Green+Blue) = 231+7+77=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7074D is #18F8B2. Grayscale: #515151. Windows color (decimal): -1636531 or 5048295. OLE color: 5048295.

HSL color Cylindrical-coordinate representation of color #E7074D: hue angle of 341.25º degrees, saturation: 0.94, 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 #E7074D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 7 77 -
CMYK 0 0.97 0.67 0.09
HSL 341.25º 0.94% 0.47% -
HSV(B) 341.25º 0.97% 0.91% -
XYZ 34.37 17.68 8.62 -
YUV 81.96 125.21 234.31 -
System Red Green Blue C M Y K H S L
Decimal 231 7 77 0 0.97 0.67 0.09 341.25 0.94 0.47
Hex E7 7 4D 0 61 43 9 155 5E 2F
Octal 347 7 115 0 141 103 11 525 136 57
Binary 11100111 111 1001101 0 1100001 1000011 1001 101010101 1011110 101111

Color Harmonies of #E7074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7074D

Black with #E7074D

Text Example


Text Example

White with #E7074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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