Html Css Color HEX #E7074B Razzmatazz

📋 copy color: '#E7074B'

red 231 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #E7074B

Tints of Razzmatazz #E7074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 73.8%
G = 2.24%
B = 23.96%

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

#E7074B (or 0xE7074B) is known color: Razzmatazz. HEX triplet: E7, 07 and 4B. RGB value is (231,7,75). Sum of RGB (Red+Green+Blue) = 231+7+75=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7074B is #18F8B4. Grayscale: #515151. Windows color (decimal): -1636533 or 4917223. OLE color: 4917223.

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

Color convert

RGB 231 7 75 -
CMYK 0 0.97 0.68 0.09
HSL 341.79º 0.94% 0.47% -
HSV(B) 341.79º 0.97% 0.91% -
XYZ 34.3 17.65 8.26 -
YUV 81.73 124.21 234.47 -
System Red Green Blue C M Y K H S L
Decimal 231 7 75 0 0.97 0.68 0.09 341.79 0.94 0.47
Hex E7 7 4B 0 61 44 9 156 5E 2F
Octal 347 7 113 0 141 104 11 526 136 57
Binary 11100111 111 1001011 0 1100001 1000100 1001 101010110 1011110 101111

Color Harmonies of #E7074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7074B

Black with #E7074B

Text Example


Text Example

White with #E7074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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