Html Css Color HEX #E31158 Razzmatazz

📋 copy color: '#E31158'

red 227 ◦ green 17 ◦ blue 88

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

Shades of Razzmatazz #E31158

Tints of Razzmatazz #E31158

RGB

 RED value IS 227 (89.06% from 255) = 68.37%

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

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 68.37%
G = 5.12%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E31158 (or 0xE31158) is known color: Razzmatazz. HEX triplet: E3, 11 and 58. RGB value is (227,17,88). Sum of RGB (Red+Green+Blue) = 227+17+88=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31158 is #1CEEA7. Grayscale: #575757. Windows color (decimal): -1896104 or 5771747. OLE color: 5771747.

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

Color convert

RGB 227 17 88 -
CMYK 0 0.93 0.61 0.11
HSL 339.71º 0.86% 0.48% -
HSV(B) 339.71º 0.93% 0.89% -
XYZ 33.64 17.44 10.83 -
YUV 87.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 227 17 88 0 0.93 0.61 0.11 339.71 0.86 0.48
Hex E3 11 58 0 5D 3D B 154 56 30
Octal 343 21 130 0 135 75 13 524 126 60
Binary 11100011 10001 1011000 0 1011101 111101 1011 101010100 1010110 110000

Color Harmonies of #E31158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31158

Black with #E31158

Text Example


Text Example

White with #E31158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31158; }

 p { color: rgb(227,17,88); }

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

background-color css

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

 a { background-color: rgb(227,17,88); }

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

border-color css

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

 span { border-color: rgb(227,17,88); }

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