Html Css Color HEX #E7095E Razzmatazz

📋 copy color: '#E7095E'

red 231 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #E7095E

Tints of Razzmatazz #E7095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 69.16%
G = 2.69%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7095E (or 0xE7095E) is known color: Razzmatazz. HEX triplet: E7, 09 and 5E. RGB value is (231,9,94). Sum of RGB (Red+Green+Blue) = 231+9+94=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E7095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7095E is #18F6A1. Grayscale: #545454. Windows color (decimal): -1636002 or 6162919. OLE color: 6162919.

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

Color convert

RGB 231 9 94 -
CMYK 0 0.96 0.59 0.09
HSL 337.03º 0.93% 0.47% -
HSV(B) 337.03º 0.96% 0.91% -
XYZ 35.07 17.99 12.21 -
YUV 85.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 231 9 94 0 0.96 0.59 0.09 337.03 0.93 0.47
Hex E7 9 5E 0 60 3B 9 151 5C 2F
Octal 347 11 136 0 140 73 11 521 134 57
Binary 11100111 1001 1011110 0 1100000 111011 1001 101010001 1011100 101111

Color Harmonies of #E7095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7095E

Black with #E7095E

Text Example


Text Example

White with #E7095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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