Html Css Color HEX #E3004C Razzmatazz

📋 copy color: '#E3004C'

red 227 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #E3004C

Tints of Razzmatazz #E3004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 74.92%
G = 0%
B = 25.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3004C (or 0xE3004C) is known color: Razzmatazz. HEX triplet: E3, 00 and 4C. RGB value is (227,0,76). Sum of RGB (Red+Green+Blue) = 227+0+76=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E3004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3004C is #1CFFB3. Grayscale: #4C4C4C. Windows color (decimal): -1900468 or 4980963. OLE color: 4980963.

HSL color Cylindrical-coordinate representation of color #E3004C: hue angle of 339.91º 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 #E3004C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 76 -
CMYK 0 1 0.67 0.11
HSL 339.91º 1% 0.45% -
HSV(B) 339.91º 1% 0.89% -
XYZ 32.98 16.85 8.35 -
YUV 76.54 127.71 235.32 -
System Red Green Blue C M Y K H S L
Decimal 227 0 76 0 1 0.67 0.11 339.91 1 0.45
Hex E3 0 4C 0 64 43 B 154 64 2D
Octal 343 0 114 0 144 103 13 524 144 55
Binary 11100011 0 1001100 0 1100100 1000011 1011 101010100 1100100 101101

Color Harmonies of #E3004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3004C

Black with #E3004C

Text Example


Text Example

White with #E3004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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