Html Css Color HEX #E50255 Razzmatazz

📋 copy color: '#E50255'

red 229 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #E50255

Tints of Razzmatazz #E50255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 72.47%
G = 0.63%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E50255 (or 0xE50255) is known color: Razzmatazz. HEX triplet: E5, 02 and 55. RGB value is (229,2,85). Sum of RGB (Red+Green+Blue) = 229+2+85=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E50255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50255 is #1AFDAA. Grayscale: #4F4F4F. Windows color (decimal): -1768875 or 5571301. OLE color: 5571301.

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

Color convert

RGB 229 2 85 -
CMYK 0 0.99 0.63 0.10
HSL 338.06º 0.98% 0.45% -
HSV(B) 338.06º 0.99% 0.9% -
XYZ 33.97 17.36 10.15 -
YUV 79.34 131.21 234.75 -
System Red Green Blue C M Y K H S L
Decimal 229 2 85 0 0.99 0.63 0.10 338.06 0.98 0.45
Hex E5 2 55 0 63 3F A 152 62 2D
Octal 345 2 125 0 143 77 12 522 142 55
Binary 11100101 10 1010101 0 1100011 111111 1010 101010010 1100010 101101

Color Harmonies of #E50255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50255

Black with #E50255

Text Example


Text Example

White with #E50255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50255; }

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

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

background-color css

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

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

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

border-color css

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

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

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