Html Css Color HEX #E00147 Razzmatazz

📋 copy color: '#E00147'

red 224 ◦ green 1 ◦ blue 71

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

Shades of Razzmatazz #E00147

Tints of Razzmatazz #E00147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 75.68%
G = 0.34%
B = 23.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00147 (or 0xE00147) is known color: Razzmatazz. HEX triplet: E0, 01 and 47. RGB value is (224,1,71). Sum of RGB (Red+Green+Blue) = 224+1+71=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00147 is #1FFEB8. Grayscale: #4B4B4B. Windows color (decimal): -2096825 or 4653536. OLE color: 4653536.

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

Color convert

RGB 224 1 71 -
CMYK 0 1.00 0.68 0.12
HSL 341.17º 0.99% 0.44% -
HSV(B) 341.17º 1% 0.88% -
XYZ 31.89 16.32 7.43 -
YUV 75.66 125.38 233.81 -
System Red Green Blue C M Y K H S L
Decimal 224 1 71 0 1.00 0.68 0.12 341.17 0.99 0.44
Hex E0 1 47 0 64 44 C 155 63 2C
Octal 340 1 107 0 144 104 14 525 143 54
Binary 11100000 1 1000111 0 1100100 1000100 1100 101010101 1100011 101100

Color Harmonies of #E00147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00147

Black with #E00147

Text Example


Text Example

White with #E00147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00147; }

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

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

background-color css

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

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

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

border-color css

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

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

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