Html Css Color HEX #E7095A Razzmatazz

📋 copy color: '#E7095A'

red 231 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #E7095A

Tints of Razzmatazz #E7095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 70%
G = 2.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7095A (or 0xE7095A) is known color: Razzmatazz. HEX triplet: E7, 09 and 5A. RGB value is (231,9,90). Sum of RGB (Red+Green+Blue) = 231+9+90=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7095A is #18F6A5. Grayscale: #545454. Windows color (decimal): -1636006 or 5900775. OLE color: 5900775.

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

Color convert

RGB 231 9 90 -
CMYK 0 0.96 0.61 0.09
HSL 338.11º 0.93% 0.47% -
HSV(B) 338.11º 0.96% 0.91% -
XYZ 34.9 17.92 11.29 -
YUV 84.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 231 9 90 0 0.96 0.61 0.09 338.11 0.93 0.47
Hex E7 9 5A 0 60 3D 9 152 5C 2F
Octal 347 11 132 0 140 75 11 522 134 57
Binary 11100111 1001 1011010 0 1100000 111101 1001 101010010 1011100 101111

Color Harmonies of #E7095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7095A

Black with #E7095A

Text Example


Text Example

White with #E7095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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