Html Css Color HEX #E00371 Razzmatazz

📋 copy color: '#E00371'

red 224 ◦ green 3 ◦ blue 113

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

Shades of Razzmatazz #E00371

Tints of Razzmatazz #E00371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 65.88%
G = 0.88%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00371 (or 0xE00371) is known color: Razzmatazz. HEX triplet: E0, 03 and 71. RGB value is (224,3,113). Sum of RGB (Red+Green+Blue) = 224+3+113=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00371 is #1FFC8E. Grayscale: #515151. Windows color (decimal): -2096271 or 7406560. OLE color: 7406560.

HSL color Cylindrical-coordinate representation of color #E00371: hue angle of 330.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00371 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 113 -
CMYK 0 0.99 0.50 0.12
HSL 330.14º 0.97% 0.45% -
HSV(B) 330.14º 0.99% 0.88% -
XYZ 33.75 17.1 17.15 -
YUV 81.62 145.72 229.56 -
System Red Green Blue C M Y K H S L
Decimal 224 3 113 0 0.99 0.50 0.12 330.14 0.97 0.45
Hex E0 3 71 0 63 32 C 14A 61 2D
Octal 340 3 161 0 143 62 14 512 141 55
Binary 11100000 11 1110001 0 1100011 110010 1100 101001010 1100001 101101

Color Harmonies of #E00371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00371

Black with #E00371

Text Example


Text Example

White with #E00371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00371; }

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

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

background-color css

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

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

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

border-color css

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

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

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