Html Css Color HEX #E11051 Razzmatazz

📋 copy color: '#E11051'

red 225 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #E11051

Tints of Razzmatazz #E11051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 69.88%
G = 4.97%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E11051 (or 0xE11051) is known color: Razzmatazz. HEX triplet: E1, 10 and 51. RGB value is (225,16,81). Sum of RGB (Red+Green+Blue) = 225+16+81=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E11051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11051 is #1EEFAE. Grayscale: #555555. Windows color (decimal): -2027439 or 5312737. OLE color: 5312737.

HSL color Cylindrical-coordinate representation of color #E11051: hue angle of 341.34º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11051 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 81 -
CMYK 0 0.93 0.64 0.12
HSL 341.34º 0.87% 0.47% -
HSV(B) 341.34º 0.93% 0.88% -
XYZ 32.72 16.97 9.34 -
YUV 85.9 125.24 227.21 -
System Red Green Blue C M Y K H S L
Decimal 225 16 81 0 0.93 0.64 0.12 341.34 0.87 0.47
Hex E1 10 51 0 5D 40 C 155 57 2F
Octal 341 20 121 0 135 100 14 525 127 57
Binary 11100001 10000 1010001 0 1011101 1000000 1100 101010101 1010111 101111

Color Harmonies of #E11051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11051

Black with #E11051

Text Example


Text Example

White with #E11051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11051; }

 p { color: rgb(225,16,81); }

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

background-color css

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

 a { background-color: rgb(225,16,81); }

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

border-color css

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

 span { border-color: rgb(225,16,81); }

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