Html Css Color HEX #E60048 Razzmatazz

📋 copy color: '#E60048'

red 230 ◦ green 0 ◦ blue 72

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

Shades of Razzmatazz #E60048

Tints of Razzmatazz #E60048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 76.16%
G = 0%
B = 23.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E60048 (or 0xE60048) is known color: Razzmatazz. HEX triplet: E6, 00 and 48. RGB value is (230,0,72). Sum of RGB (Red+Green+Blue) = 230+0+72=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60048 is #19FFB7. Grayscale: #4C4C4C. Windows color (decimal): -1703864 or 4718822. OLE color: 4718822.

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

Color convert

RGB 230 0 72 -
CMYK 0 1 0.69 0.10
HSL 341.22º 1% 0.45% -
HSV(B) 341.22º 1% 0.9% -
XYZ 33.8 17.29 7.69 -
YUV 76.98 125.2 237.15 -
System Red Green Blue C M Y K H S L
Decimal 230 0 72 0 1 0.69 0.10 341.22 1 0.45
Hex E6 0 48 0 64 45 A 155 64 2D
Octal 346 0 110 0 144 105 12 525 144 55
Binary 11100110 0 1001000 0 1100100 1000101 1010 101010101 1100100 101101

Color Harmonies of #E60048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60048

Black with #E60048

Text Example


Text Example

White with #E60048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60048; }

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

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

background-color css

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

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

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

border-color css

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

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

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