Html Css Color HEX #E41056 Razzmatazz

📋 copy color: '#E41056'

red 228 ◦ green 16 ◦ blue 86

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

Shades of Razzmatazz #E41056

Tints of Razzmatazz #E41056

RGB

 RED value IS 228 (89.45% from 255) = 69.09%

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

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 69.09%
G = 4.85%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E41056 (or 0xE41056) is known color: Razzmatazz. HEX triplet: E4, 10 and 56. RGB value is (228,16,86). Sum of RGB (Red+Green+Blue) = 228+16+86=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E41056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41056 is #1BEFA9. Grayscale: #575757. Windows color (decimal): -1830826 or 5640420. OLE color: 5640420.

HSL color Cylindrical-coordinate representation of color #E41056: hue angle of 340.19º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41056 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 16 86 -
CMYK 0 0.93 0.62 0.11
HSL 340.19º 0.87% 0.48% -
HSV(B) 340.19º 0.93% 0.89% -
XYZ 33.86 17.54 10.4 -
YUV 87.37 127.24 228.31 -
System Red Green Blue C M Y K H S L
Decimal 228 16 86 0 0.93 0.62 0.11 340.19 0.87 0.48
Hex E4 10 56 0 5D 3E B 154 57 30
Octal 344 20 126 0 135 76 13 524 127 60
Binary 11100100 10000 1010110 0 1011101 111110 1011 101010100 1010111 110000

Color Harmonies of #E41056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41056

Black with #E41056

Text Example


Text Example

White with #E41056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41056; }

 p { color: rgb(228,16,86); }

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

background-color css

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

 a { background-color: rgb(228,16,86); }

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

border-color css

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

 span { border-color: rgb(228,16,86); }

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