Html Css Color HEX #E51055 Razzmatazz

📋 copy color: '#E51055'

red 229 ◦ green 16 ◦ blue 85

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

Shades of Razzmatazz #E51055

Tints of Razzmatazz #E51055

RGB

 RED value IS 229 (89.84% from 255) = 69.39%

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

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

R = 69.39%
G = 4.85%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E51055 (or 0xE51055) is known color: Razzmatazz. HEX triplet: E5, 10 and 55. RGB value is (229,16,85). Sum of RGB (Red+Green+Blue) = 229+16+85=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E51055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51055 is #1AEFAA. Grayscale: #575757. Windows color (decimal): -1765291 or 5574885. OLE color: 5574885.

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

Color convert

RGB 229 16 85 -
CMYK 0 0.93 0.63 0.10
HSL 340.56º 0.87% 0.48% -
HSV(B) 340.56º 0.93% 0.9% -
XYZ 34.14 17.68 10.21 -
YUV 87.55 126.57 228.89 -
System Red Green Blue C M Y K H S L
Decimal 229 16 85 0 0.93 0.63 0.10 340.56 0.87 0.48
Hex E5 10 55 0 5D 3F A 155 57 30
Octal 345 20 125 0 135 77 12 525 127 60
Binary 11100101 10000 1010101 0 1011101 111111 1010 101010101 1010111 110000

Color Harmonies of #E51055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51055

Black with #E51055

Text Example


Text Example

White with #E51055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51055; }

 p { color: rgb(229,16,85); }

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

background-color css

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

 a { background-color: rgb(229,16,85); }

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

border-color css

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

 span { border-color: rgb(229,16,85); }

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