Html Css Color HEX #E7075B Razzmatazz

📋 copy color: '#E7075B'

red 231 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #E7075B

Tints of Razzmatazz #E7075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 70.21%
G = 2.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7075B (or 0xE7075B) is known color: Razzmatazz. HEX triplet: E7, 07 and 5B. RGB value is (231,7,91). Sum of RGB (Red+Green+Blue) = 231+7+91=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7075B is #18F8A4. Grayscale: #535353. Windows color (decimal): -1636517 or 5965799. OLE color: 5965799.

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

Color convert

RGB 231 7 91 -
CMYK 0 0.97 0.61 0.09
HSL 337.5º 0.94% 0.47% -
HSV(B) 337.5º 0.97% 0.91% -
XYZ 34.92 17.9 11.51 -
YUV 83.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 231 7 91 0 0.97 0.61 0.09 337.5 0.94 0.47
Hex E7 7 5B 0 61 3D 9 152 5E 2F
Octal 347 7 133 0 141 75 11 522 136 57
Binary 11100111 111 1011011 0 1100001 111101 1001 101010010 1011110 101111

Color Harmonies of #E7075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7075B

Black with #E7075B

Text Example


Text Example

White with #E7075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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