Html Css Color HEX #E00171 Razzmatazz

📋 copy color: '#E00171'

red 224 ◦ green 1 ◦ blue 113

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

Shades of Razzmatazz #E00171

Tints of Razzmatazz #E00171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 66.27%
G = 0.3%
B = 33.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00171 (or 0xE00171) is known color: Razzmatazz. HEX triplet: E0, 01 and 71. RGB value is (224,1,113). Sum of RGB (Red+Green+Blue) = 224+1+113=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E00171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00171 is #1FFE8E. Grayscale: #505050. Windows color (decimal): -2096783 or 7406048. OLE color: 7406048.

HSL color Cylindrical-coordinate representation of color #E00171: hue angle of 329.87º 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 #E00171 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 113 -
CMYK 0 1.00 0.50 0.12
HSL 329.87º 0.99% 0.44% -
HSV(B) 329.87º 1% 0.88% -
XYZ 33.73 17.06 17.14 -
YUV 80.45 146.38 230.39 -
System Red Green Blue C M Y K H S L
Decimal 224 1 113 0 1.00 0.50 0.12 329.87 0.99 0.44
Hex E0 1 71 0 64 32 C 14A 63 2C
Octal 340 1 161 0 144 62 14 512 143 54
Binary 11100000 1 1110001 0 1100100 110010 1100 101001010 1100011 101100

Color Harmonies of #E00171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00171

Black with #E00171

Text Example


Text Example

White with #E00171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00171; }

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

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

background-color css

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

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

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

border-color css

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

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

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