Html Css Color HEX #E71155 Razzmatazz

📋 copy color: '#E71155'

red 231 ◦ green 17 ◦ blue 85

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

Shades of Razzmatazz #E71155

Tints of Razzmatazz #E71155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 69.37%
G = 5.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E71155 (or 0xE71155) is known color: Razzmatazz. HEX triplet: E7, 11 and 55. RGB value is (231,17,85). Sum of RGB (Red+Green+Blue) = 231+17+85=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E71155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71155 is #18EEAA. Grayscale: #585858. Windows color (decimal): -1633963 or 5575143. OLE color: 5575143.

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

Color convert

RGB 231 17 85 -
CMYK 0 0.93 0.63 0.09
HSL 340.93º 0.86% 0.49% -
HSV(B) 340.93º 0.93% 0.91% -
XYZ 34.8 18.05 10.24 -
YUV 88.74 125.9 229.47 -
System Red Green Blue C M Y K H S L
Decimal 231 17 85 0 0.93 0.63 0.09 340.93 0.86 0.49
Hex E7 11 55 0 5D 3F 9 155 56 31
Octal 347 21 125 0 135 77 11 525 126 61
Binary 11100111 10001 1010101 0 1011101 111111 1001 101010101 1010110 110001

Color Harmonies of #E71155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71155

Black with #E71155

Text Example


Text Example

White with #E71155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71155; }

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

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

background-color css

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

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

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

border-color css

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

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

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