Html Css Color HEX #E10749 Razzmatazz

📋 copy color: '#E10749'

red 225 ◦ green 7 ◦ blue 73

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

Shades of Razzmatazz #E10749

Tints of Razzmatazz #E10749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 73.77%
G = 2.3%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10749 (or 0xE10749) is known color: Razzmatazz. HEX triplet: E1, 07 and 49. RGB value is (225,7,73). Sum of RGB (Red+Green+Blue) = 225+7+73=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E10749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10749 is #1EF8B6. Grayscale: #4F4F4F. Windows color (decimal): -2029751 or 4786145. OLE color: 4786145.

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

Color convert

RGB 225 7 73 -
CMYK 0 0.97 0.68 0.12
HSL 341.83º 0.94% 0.45% -
HSV(B) 341.83º 0.97% 0.88% -
XYZ 32.33 16.64 7.81 -
YUV 79.71 124.22 231.63 -
System Red Green Blue C M Y K H S L
Decimal 225 7 73 0 0.97 0.68 0.12 341.83 0.94 0.45
Hex E1 7 49 0 61 44 C 156 5E 2D
Octal 341 7 111 0 141 104 14 526 136 55
Binary 11100001 111 1001001 0 1100001 1000100 1100 101010110 1011110 101101

Color Harmonies of #E10749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10749

Black with #E10749

Text Example


Text Example

White with #E10749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10749; }

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

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

background-color css

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

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

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

border-color css

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

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

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