Html Css Color HEX #E10449 Razzmatazz

📋 copy color: '#E10449'

red 225 ◦ green 4 ◦ blue 73

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

Shades of Razzmatazz #E10449

Tints of Razzmatazz #E10449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 74.5%
G = 1.32%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10449 (or 0xE10449) is known color: Razzmatazz. HEX triplet: E1, 04 and 49. RGB value is (225,4,73). Sum of RGB (Red+Green+Blue) = 225+4+73=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E10449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10449 is #1EFBB6. Grayscale: #4D4D4D. Windows color (decimal): -2030519 or 4785377. OLE color: 4785377.

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

Color convert

RGB 225 4 73 -
CMYK 0 0.98 0.68 0.12
HSL 341.27º 0.97% 0.45% -
HSV(B) 341.27º 0.98% 0.88% -
XYZ 32.3 16.58 7.8 -
YUV 77.95 125.22 232.89 -
System Red Green Blue C M Y K H S L
Decimal 225 4 73 0 0.98 0.68 0.12 341.27 0.97 0.45
Hex E1 4 49 0 62 44 C 155 61 2D
Octal 341 4 111 0 142 104 14 525 141 55
Binary 11100001 100 1001001 0 1100010 1000100 1100 101010101 1100001 101101

Color Harmonies of #E10449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10449

Black with #E10449

Text Example


Text Example

White with #E10449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10449; }

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

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

background-color css

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

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

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

border-color css

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

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

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