Html Css Color HEX #E00158 Razzmatazz

📋 copy color: '#E00158'

red 224 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #E00158

Tints of Razzmatazz #E00158

RGB

 RED value IS 224 (87.89% from 255) = 71.57%

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 71.57%
G = 0.32%
B = 28.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E00158 (or 0xE00158) is known color: Razzmatazz. HEX triplet: E0, 01 and 58. RGB value is (224,1,88). Sum of RGB (Red+Green+Blue) = 224+1+88=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00158 is #1FFEA7. Grayscale: #4D4D4D. Windows color (decimal): -2096808 or 5767648. OLE color: 5767648.

HSL color Cylindrical-coordinate representation of color #E00158: hue angle of 336.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00158 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 88 -
CMYK 0 1.00 0.61 0.12
HSL 336.59º 0.99% 0.44% -
HSV(B) 336.59º 1% 0.88% -
XYZ 32.51 16.57 10.72 -
YUV 77.6 133.88 232.43 -
System Red Green Blue C M Y K H S L
Decimal 224 1 88 0 1.00 0.61 0.12 336.59 0.99 0.44
Hex E0 1 58 0 64 3D C 151 63 2C
Octal 340 1 130 0 144 75 14 521 143 54
Binary 11100000 1 1011000 0 1100100 111101 1100 101010001 1100011 101100

Color Harmonies of #E00158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00158

Black with #E00158

Text Example


Text Example

White with #E00158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00158; }

 p { color: rgb(224,1,88); }

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

background-color css

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

 a { background-color: rgb(224,1,88); }

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

border-color css

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

 span { border-color: rgb(224,1,88); }

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