Html Css Color HEX #E7075E Razzmatazz

📋 copy color: '#E7075E'

red 231 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #E7075E

Tints of Razzmatazz #E7075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 69.58%
G = 2.11%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7075E (or 0xE7075E) is known color: Razzmatazz. HEX triplet: E7, 07 and 5E. RGB value is (231,7,94). Sum of RGB (Red+Green+Blue) = 231+7+94=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7075E is #18F8A1. Grayscale: #535353. Windows color (decimal): -1636514 or 6162407. OLE color: 6162407.

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

Color convert

RGB 231 7 94 -
CMYK 0 0.97 0.59 0.09
HSL 336.7º 0.94% 0.47% -
HSV(B) 336.7º 0.97% 0.91% -
XYZ 35.05 17.95 12.21 -
YUV 83.89 133.71 232.93 -
System Red Green Blue C M Y K H S L
Decimal 231 7 94 0 0.97 0.59 0.09 336.7 0.94 0.47
Hex E7 7 5E 0 61 3B 9 151 5E 2F
Octal 347 7 136 0 141 73 11 521 136 57
Binary 11100111 111 1011110 0 1100001 111011 1001 101010001 1011110 101111

Color Harmonies of #E7075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7075E

Black with #E7075E

Text Example


Text Example

White with #E7075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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