Html Css Color HEX #E3004D Razzmatazz

📋 copy color: '#E3004D'

red 227 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #E3004D

Tints of Razzmatazz #E3004D

RGB

 RED value IS 227 (89.06% from 255) = 74.67%

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

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

R = 74.67%
G = 0%
B = 25.33%

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

#E3004D (or 0xE3004D) is known color: Razzmatazz. HEX triplet: E3, 00 and 4D. RGB value is (227,0,77). Sum of RGB (Red+Green+Blue) = 227+0+77=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E3004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3004D is #1CFFB2. Grayscale: #4C4C4C. Windows color (decimal): -1900467 or 5046499. OLE color: 5046499.

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

Color convert

RGB 227 0 77 -
CMYK 0 1 0.66 0.11
HSL 339.65º 1% 0.45% -
HSV(B) 339.65º 1% 0.89% -
XYZ 33.02 16.87 8.54 -
YUV 76.65 128.21 235.24 -
System Red Green Blue C M Y K H S L
Decimal 227 0 77 0 1 0.66 0.11 339.65 1 0.45
Hex E3 0 4D 0 64 42 B 154 64 2D
Octal 343 0 115 0 144 102 13 524 144 55
Binary 11100011 0 1001101 0 1100100 1000010 1011 101010100 1100100 101101

Color Harmonies of #E3004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3004D

Black with #E3004D

Text Example


Text Example

White with #E3004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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