Html Css Color HEX #E7095D Razzmatazz

📋 copy color: '#E7095D'

red 231 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #E7095D

Tints of Razzmatazz #E7095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 69.37%
G = 2.7%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7095D (or 0xE7095D) is known color: Razzmatazz. HEX triplet: E7, 09 and 5D. RGB value is (231,9,93). Sum of RGB (Red+Green+Blue) = 231+9+93=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E7095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7095D is #18F6A2. Grayscale: #545454. Windows color (decimal): -1636003 or 6097383. OLE color: 6097383.

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

Color convert

RGB 231 9 93 -
CMYK 0 0.96 0.60 0.09
HSL 337.3º 0.93% 0.47% -
HSV(B) 337.3º 0.96% 0.91% -
XYZ 35.03 17.97 11.98 -
YUV 84.95 132.55 232.17 -
System Red Green Blue C M Y K H S L
Decimal 231 9 93 0 0.96 0.60 0.09 337.3 0.93 0.47
Hex E7 9 5D 0 60 3C 9 151 5C 2F
Octal 347 11 135 0 140 74 11 521 134 57
Binary 11100111 1001 1011101 0 1100000 111100 1001 101010001 1011100 101111

Color Harmonies of #E7095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7095D

Black with #E7095D

Text Example


Text Example

White with #E7095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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