Html Css Color HEX #E10049 Razzmatazz

📋 copy color: '#E10049'

red 225 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #E10049

Tints of Razzmatazz #E10049

RGB

 RED value IS 225 (88.28% from 255) = 75.5%

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

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

R = 75.5%
G = 0%
B = 24.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10049 (or 0xE10049) is known color: Razzmatazz. HEX triplet: E1, 00 and 49. RGB value is (225,0,73). Sum of RGB (Red+Green+Blue) = 225+0+73=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10049 is #1EFFB6. Grayscale: #4B4B4B. Windows color (decimal): -2031543 or 4784353. OLE color: 4784353.

HSL color Cylindrical-coordinate representation of color #E10049: hue angle of 340.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10049 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 73 -
CMYK 0 1 0.68 0.12
HSL 340.53º 1% 0.44% -
HSV(B) 340.53º 1% 0.88% -
XYZ 32.25 16.49 7.79 -
YUV 75.6 126.54 234.56 -
System Red Green Blue C M Y K H S L
Decimal 225 0 73 0 1 0.68 0.12 340.53 1 0.44
Hex E1 0 49 0 64 44 C 155 64 2C
Octal 341 0 111 0 144 104 14 525 144 54
Binary 11100001 0 1001001 0 1100100 1000100 1100 101010101 1100100 101100

Color Harmonies of #E10049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10049

Black with #E10049

Text Example


Text Example

White with #E10049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10049; }

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

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

background-color css

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

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

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

border-color css

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

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

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