Html Css Color HEX #E2004D Razzmatazz

📋 copy color: '#E2004D'

red 226 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #E2004D

Tints of Razzmatazz #E2004D

RGB

 RED value IS 226 (88.67% from 255) = 74.59%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.59%
G = 0%
B = 25.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2004D (or 0xE2004D) is known color: Razzmatazz. HEX triplet: E2, 00 and 4D. RGB value is (226,0,77). Sum of RGB (Red+Green+Blue) = 226+0+77=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2004D is #1DFFB2. Grayscale: #4C4C4C. Windows color (decimal): -1966003 or 5046498. OLE color: 5046498.

HSL color Cylindrical-coordinate representation of color #E2004D: hue angle of 339.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2004D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 77 -
CMYK 0 1 0.66 0.11
HSL 339.56º 1% 0.44% -
HSV(B) 339.56º 1% 0.89% -
XYZ 32.7 16.7 8.52 -
YUV 76.35 128.37 234.74 -
System Red Green Blue C M Y K H S L
Decimal 226 0 77 0 1 0.66 0.11 339.56 1 0.44
Hex E2 0 4D 0 64 42 B 154 64 2C
Octal 342 0 115 0 144 102 13 524 144 54
Binary 11100010 0 1001101 0 1100100 1000010 1011 101010100 1100100 101100

Color Harmonies of #E2004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2004D

Black with #E2004D

Text Example


Text Example

White with #E2004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2004D; }

 p { color: rgb(226,0,77); }

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

background-color css

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

 a { background-color: rgb(226,0,77); }

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

border-color css

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

 span { border-color: rgb(226,0,77); }

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