Html Css Color HEX #E11255 Razzmatazz

📋 copy color: '#E11255'

red 225 ◦ green 18 ◦ blue 85

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

Shades of Razzmatazz #E11255

Tints of Razzmatazz #E11255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 68.6%
G = 5.49%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11255 (or 0xE11255) is known color: Razzmatazz. HEX triplet: E1, 12 and 55. RGB value is (225,18,85). Sum of RGB (Red+Green+Blue) = 225+18+85=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11255 is #1EEDAA. Grayscale: #575757. Windows color (decimal): -2026923 or 5575393. OLE color: 5575393.

HSL color Cylindrical-coordinate representation of color #E11255: hue angle of 340.58º 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 #E11255 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 85 -
CMYK 0 0.92 0.62 0.12
HSL 340.58º 0.85% 0.48% -
HSV(B) 340.58º 0.92% 0.88% -
XYZ 32.91 17.1 10.16 -
YUV 87.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 225 18 85 0 0.92 0.62 0.12 340.58 0.85 0.48
Hex E1 12 55 0 5C 3E C 155 55 30
Octal 341 22 125 0 134 76 14 525 125 60
Binary 11100001 10010 1010101 0 1011100 111110 1100 101010101 1010101 110000

Color Harmonies of #E11255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11255

Black with #E11255

Text Example


Text Example

White with #E11255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11255; }

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

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

background-color css

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

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

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

border-color css

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

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

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