Html Css Color HEX #E00E4D Razzmatazz

📋 copy color: '#E00E4D'

red 224 ◦ green 14 ◦ blue 77

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

Shades of Razzmatazz #E00E4D

Tints of Razzmatazz #E00E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.44%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 71.11%
G = 4.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E00E4D (or 0xE00E4D) is known color: Razzmatazz. HEX triplet: E0, 0E and 4D. RGB value is (224,14,77). Sum of RGB (Red+Green+Blue) = 224+14+77=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E4D is #1FF1B2. Grayscale: #535353. Windows color (decimal): -2093491 or 5050080. OLE color: 5050080.

HSL color Cylindrical-coordinate representation of color #E00E4D: hue angle of 342º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E4D is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 77 -
CMYK 0 0.94 0.66 0.12
HSL 342º 0.88% 0.47% -
HSV(B) 342º 0.94% 0.88% -
XYZ 32.24 16.7 8.54 -
YUV 83.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 224 14 77 0 0.94 0.66 0.12 342 0.88 0.47
Hex E0 E 4D 0 5E 42 C 156 58 2F
Octal 340 16 115 0 136 102 14 526 130 57
Binary 11100000 1110 1001101 0 1011110 1000010 1100 101010110 1011000 101111

Color Harmonies of #E00E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E4D

Black with #E00E4D

Text Example


Text Example

White with #E00E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E4D; }

 p { color: rgb(224,14,77); }

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

background-color css

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

 a { background-color: rgb(224,14,77); }

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

border-color css

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

 span { border-color: rgb(224,14,77); }

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