Html Css Color HEX #E11058 Razzmatazz

📋 copy color: '#E11058'

red 225 ◦ green 16 ◦ blue 88

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

Shades of Razzmatazz #E11058

Tints of Razzmatazz #E11058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 68.39%
G = 4.86%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E11058 (or 0xE11058) is known color: Razzmatazz. HEX triplet: E1, 10 and 58. RGB value is (225,16,88). Sum of RGB (Red+Green+Blue) = 225+16+88=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E11058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11058 is #1EEFA7. Grayscale: #565656. Windows color (decimal): -2027432 or 5771489. OLE color: 5771489.

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

Color convert

RGB 225 16 88 -
CMYK 0 0.93 0.61 0.12
HSL 339.33º 0.87% 0.47% -
HSV(B) 339.33º 0.93% 0.88% -
XYZ 33 17.08 10.79 -
YUV 86.7 128.74 226.65 -
System Red Green Blue C M Y K H S L
Decimal 225 16 88 0 0.93 0.61 0.12 339.33 0.87 0.47
Hex E1 10 58 0 5D 3D C 153 57 2F
Octal 341 20 130 0 135 75 14 523 127 57
Binary 11100001 10000 1011000 0 1011101 111101 1100 101010011 1010111 101111

Color Harmonies of #E11058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11058

Black with #E11058

Text Example


Text Example

White with #E11058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11058; }

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

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

background-color css

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

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

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

border-color css

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

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

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