Html Css Color HEX #E7095C Razzmatazz

📋 copy color: '#E7095C'

red 231 ◦ green 9 ◦ blue 92

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

Shades of Razzmatazz #E7095C

Tints of Razzmatazz #E7095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 69.58%
G = 2.71%
B = 27.71%

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

#E7095C (or 0xE7095C) is known color: Razzmatazz. HEX triplet: E7, 09 and 5C. RGB value is (231,9,92). Sum of RGB (Red+Green+Blue) = 231+9+92=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7095C is #18F6A3. Grayscale: #545454. Windows color (decimal): -1636004 or 6031847. OLE color: 6031847.

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

Color convert

RGB 231 9 92 -
CMYK 0 0.96 0.60 0.09
HSL 337.57º 0.93% 0.47% -
HSV(B) 337.57º 0.96% 0.91% -
XYZ 34.98 17.96 11.75 -
YUV 84.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 231 9 92 0 0.96 0.60 0.09 337.57 0.93 0.47
Hex E7 9 5C 0 60 3C 9 152 5C 2F
Octal 347 11 134 0 140 74 11 522 134 57
Binary 11100111 1001 1011100 0 1100000 111100 1001 101010010 1011100 101111

Color Harmonies of #E7095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7095C

Black with #E7095C

Text Example


Text Example

White with #E7095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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