Html Css Color HEX #E60049 Razzmatazz

📋 copy color: '#E60049'

red 230 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #E60049

Tints of Razzmatazz #E60049

RGB

 RED value IS 230 (90.23% from 255) = 75.91%

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 75.91%
G = 0%
B = 24.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E60049 (or 0xE60049) is known color: Razzmatazz. HEX triplet: E6, 00 and 49. RGB value is (230,0,73). Sum of RGB (Red+Green+Blue) = 230+0+73=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E60049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60049 is #19FFB6. Grayscale: #4D4D4D. Windows color (decimal): -1703863 or 4784358. OLE color: 4784358.

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

Color convert

RGB 230 0 73 -
CMYK 0 1 0.68 0.10
HSL 340.96º 1% 0.45% -
HSV(B) 340.96º 1% 0.9% -
XYZ 33.84 17.3 7.86 -
YUV 77.09 125.7 237.06 -
System Red Green Blue C M Y K H S L
Decimal 230 0 73 0 1 0.68 0.10 340.96 1 0.45
Hex E6 0 49 0 64 44 A 155 64 2D
Octal 346 0 111 0 144 104 12 525 144 55
Binary 11100110 0 1001001 0 1100100 1000100 1010 101010101 1100100 101101

Color Harmonies of #E60049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60049

Black with #E60049

Text Example


Text Example

White with #E60049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60049; }

 p { color: rgb(230,0,73); }

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

background-color css

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

 a { background-color: rgb(230,0,73); }

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

border-color css

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

 span { border-color: rgb(230,0,73); }

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