Html Css Color HEX #E00248 Razzmatazz

📋 copy color: '#E00248'

red 224 ◦ green 2 ◦ blue 72

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

Shades of Razzmatazz #E00248

Tints of Razzmatazz #E00248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 75.17%
G = 0.67%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00248 (or 0xE00248) is known color: Razzmatazz. HEX triplet: E0, 02 and 48. RGB value is (224,2,72). Sum of RGB (Red+Green+Blue) = 224+2+72=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00248 is #1FFDB7. Grayscale: #4C4C4C. Windows color (decimal): -2096568 or 4719328. OLE color: 4719328.

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

Color convert

RGB 224 2 72 -
CMYK 0 0.99 0.68 0.12
HSL 341.08º 0.98% 0.44% -
HSV(B) 341.08º 0.99% 0.88% -
XYZ 31.93 16.36 7.61 -
YUV 76.36 125.55 233.31 -
System Red Green Blue C M Y K H S L
Decimal 224 2 72 0 0.99 0.68 0.12 341.08 0.98 0.44
Hex E0 2 48 0 63 44 C 155 62 2C
Octal 340 2 110 0 143 104 14 525 142 54
Binary 11100000 10 1001000 0 1100011 1000100 1100 101010101 1100010 101100

Color Harmonies of #E00248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00248

Black with #E00248

Text Example


Text Example

White with #E00248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00248; }

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

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

background-color css

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

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

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

border-color css

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

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

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