Html Css Color HEX #E00448 Razzmatazz

📋 copy color: '#E00448'

red 224 ◦ green 4 ◦ blue 72

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

Shades of Razzmatazz #E00448

Tints of Razzmatazz #E00448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 72 (28.52% from 255) = 24%

R = 74.67%
G = 1.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00448 (or 0xE00448) is known color: Razzmatazz. HEX triplet: E0, 04 and 48. RGB value is (224,4,72). Sum of RGB (Red+Green+Blue) = 224+4+72=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E00448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00448 is #1FFBB7. Grayscale: #4D4D4D. Windows color (decimal): -2096056 or 4719840. OLE color: 4719840.

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

Color convert

RGB 224 4 72 -
CMYK 0 0.98 0.68 0.12
HSL 341.45º 0.96% 0.45% -
HSV(B) 341.45º 0.98% 0.88% -
XYZ 31.95 16.4 7.61 -
YUV 77.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 224 4 72 0 0.98 0.68 0.12 341.45 0.96 0.45
Hex E0 4 48 0 62 44 C 155 60 2D
Octal 340 4 110 0 142 104 14 525 140 55
Binary 11100000 100 1001000 0 1100010 1000100 1100 101010101 1100000 101101

Color Harmonies of #E00448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00448

Black with #E00448

Text Example


Text Example

White with #E00448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00448; }

 p { color: rgb(224,4,72); }

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

background-color css

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

 a { background-color: rgb(224,4,72); }

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

border-color css

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

 span { border-color: rgb(224,4,72); }

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