Html Css Color HEX #E5004C Razzmatazz

📋 copy color: '#E5004C'

red 229 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #E5004C

Tints of Razzmatazz #E5004C

RGB

 RED value IS 229 (89.84% from 255) = 75.08%

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

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

R = 75.08%
G = 0%
B = 24.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5004C (or 0xE5004C) is known color: Razzmatazz. HEX triplet: E5, 00 and 4C. RGB value is (229,0,76). Sum of RGB (Red+Green+Blue) = 229+0+76=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E5004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5004C is #1AFFB3. Grayscale: #4D4D4D. Windows color (decimal): -1769396 or 4980965. OLE color: 4980965.

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

Color convert

RGB 229 0 76 -
CMYK 0 1 0.67 0.10
HSL 340.09º 1% 0.45% -
HSV(B) 340.09º 1% 0.9% -
XYZ 33.62 17.18 8.38 -
YUV 77.14 127.37 236.32 -
System Red Green Blue C M Y K H S L
Decimal 229 0 76 0 1 0.67 0.10 340.09 1 0.45
Hex E5 0 4C 0 64 43 A 154 64 2D
Octal 345 0 114 0 144 103 12 524 144 55
Binary 11100101 0 1001100 0 1100100 1000011 1010 101010100 1100100 101101

Color Harmonies of #E5004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5004C

Black with #E5004C

Text Example


Text Example

White with #E5004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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