Html Css Color HEX #E7115A Razzmatazz

📋 copy color: '#E7115A'

red 231 ◦ green 17 ◦ blue 90

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

Shades of Razzmatazz #E7115A

Tints of Razzmatazz #E7115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

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

R = 68.34%
G = 5.03%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7115A (or 0xE7115A) is known color: Razzmatazz. HEX triplet: E7, 11 and 5A. RGB value is (231,17,90). Sum of RGB (Red+Green+Blue) = 231+17+90=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7115A is #18EEA5. Grayscale: #595959. Windows color (decimal): -1633958 or 5902823. OLE color: 5902823.

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

Color convert

RGB 231 17 90 -
CMYK 0 0.93 0.61 0.09
HSL 339.53º 0.86% 0.49% -
HSV(B) 339.53º 0.93% 0.91% -
XYZ 35 18.13 11.33 -
YUV 89.31 128.4 229.06 -
System Red Green Blue C M Y K H S L
Decimal 231 17 90 0 0.93 0.61 0.09 339.53 0.86 0.49
Hex E7 11 5A 0 5D 3D 9 154 56 31
Octal 347 21 132 0 135 75 11 524 126 61
Binary 11100111 10001 1011010 0 1011101 111101 1001 101010100 1010110 110001

Color Harmonies of #E7115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7115A

Black with #E7115A

Text Example


Text Example

White with #E7115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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