Html Css Color HEX #E11250 Razzmatazz

📋 copy color: '#E11250'

red 225 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #E11250

Tints of Razzmatazz #E11250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 69.66%
G = 5.57%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E11250 (or 0xE11250) is known color: Razzmatazz. HEX triplet: E1, 12 and 50. RGB value is (225,18,80). Sum of RGB (Red+Green+Blue) = 225+18+80=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E11250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11250 is #1EEDAF. Grayscale: #565656. Windows color (decimal): -2026928 or 5247713. OLE color: 5247713.

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

Color convert

RGB 225 18 80 -
CMYK 0 0.92 0.64 0.12
HSL 342.03º 0.85% 0.48% -
HSV(B) 342.03º 0.92% 0.88% -
XYZ 32.72 17.02 9.15 -
YUV 86.96 124.08 226.46 -
System Red Green Blue C M Y K H S L
Decimal 225 18 80 0 0.92 0.64 0.12 342.03 0.85 0.48
Hex E1 12 50 0 5C 40 C 156 55 30
Octal 341 22 120 0 134 100 14 526 125 60
Binary 11100001 10010 1010000 0 1011100 1000000 1100 101010110 1010101 110000

Color Harmonies of #E11250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11250

Black with #E11250

Text Example


Text Example

White with #E11250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11250; }

 p { color: rgb(225,18,80); }

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

background-color css

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

 a { background-color: rgb(225,18,80); }

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

border-color css

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

 span { border-color: rgb(225,18,80); }

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