Html Css Color HEX #E00148 Razzmatazz

📋 copy color: '#E00148'

red 224 ◦ green 1 ◦ blue 72

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

Shades of Razzmatazz #E00148

Tints of Razzmatazz #E00148

RGB

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

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

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

R = 75.42%
G = 0.34%
B = 24.24%

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

#E00148 (or 0xE00148) is known color: Razzmatazz. HEX triplet: E0, 01 and 48. RGB value is (224,1,72). Sum of RGB (Red+Green+Blue) = 224+1+72=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00148 is #1FFEB7. Grayscale: #4B4B4B. Windows color (decimal): -2096824 or 4719072. OLE color: 4719072.

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

Color convert

RGB 224 1 72 -
CMYK 0 1.00 0.68 0.12
HSL 340.9º 0.99% 0.44% -
HSV(B) 340.9º 1% 0.88% -
XYZ 31.92 16.34 7.6 -
YUV 75.77 125.88 233.73 -
System Red Green Blue C M Y K H S L
Decimal 224 1 72 0 1.00 0.68 0.12 340.9 0.99 0.44
Hex E0 1 48 0 64 44 C 155 63 2C
Octal 340 1 110 0 144 104 14 525 143 54
Binary 11100000 1 1001000 0 1100100 1000100 1100 101010101 1100011 101100

Color Harmonies of #E00148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00148

Black with #E00148

Text Example


Text Example

White with #E00148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00148; }

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

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

background-color css

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

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

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

border-color css

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

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

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