Html Css Color HEX #E30048 Razzmatazz

📋 copy color: '#E30048'

red 227 ◦ green 0 ◦ blue 72

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

Shades of Razzmatazz #E30048

Tints of Razzmatazz #E30048

RGB

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

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

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

R = 75.92%
G = 0%
B = 24.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E30048 (or 0xE30048) is known color: Razzmatazz. HEX triplet: E3, 00 and 48. RGB value is (227,0,72). Sum of RGB (Red+Green+Blue) = 227+0+72=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E30048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30048 is #1CFFB7. Grayscale: #4C4C4C. Windows color (decimal): -1900472 or 4718819. OLE color: 4718819.

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

Color convert

RGB 227 0 72 -
CMYK 0 1 0.68 0.11
HSL 340.97º 1% 0.45% -
HSV(B) 340.97º 1% 0.89% -
XYZ 32.85 16.8 7.64 -
YUV 76.08 125.71 235.65 -
System Red Green Blue C M Y K H S L
Decimal 227 0 72 0 1 0.68 0.11 340.97 1 0.45
Hex E3 0 48 0 64 44 B 155 64 2D
Octal 343 0 110 0 144 104 13 525 144 55
Binary 11100011 0 1001000 0 1100100 1000100 1011 101010101 1100100 101101

Color Harmonies of #E30048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30048

Black with #E30048

Text Example


Text Example

White with #E30048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30048; }

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

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

background-color css

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

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

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

border-color css

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

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

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