Html Css Color HEX #E50359 Razzmatazz

📋 copy color: '#E50359'

red 229 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #E50359

Tints of Razzmatazz #E50359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 71.34%
G = 0.93%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E50359 (or 0xE50359) is known color: Razzmatazz. HEX triplet: E5, 03 and 59. RGB value is (229,3,89). Sum of RGB (Red+Green+Blue) = 229+3+89=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E50359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50359 is #1AFCA6. Grayscale: #505050. Windows color (decimal): -1768615 or 5833701. OLE color: 5833701.

HSL color Cylindrical-coordinate representation of color #E50359: hue angle of 337.17º degrees, saturation: 0.97, 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 #E50359 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 89 -
CMYK 0 0.99 0.61 0.10
HSL 337.17º 0.97% 0.45% -
HSV(B) 337.17º 0.99% 0.9% -
XYZ 34.15 17.44 11.02 -
YUV 80.38 132.87 234.01 -
System Red Green Blue C M Y K H S L
Decimal 229 3 89 0 0.99 0.61 0.10 337.17 0.97 0.45
Hex E5 3 59 0 63 3D A 151 61 2D
Octal 345 3 131 0 143 75 12 521 141 55
Binary 11100101 11 1011001 0 1100011 111101 1010 101010001 1100001 101101

Color Harmonies of #E50359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50359

Black with #E50359

Text Example


Text Example

White with #E50359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50359; }

 p { color: rgb(229,3,89); }

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

background-color css

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

 a { background-color: rgb(229,3,89); }

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

border-color css

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

 span { border-color: rgb(229,3,89); }

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