Html Css Color HEX #E50464 Razzmatazz

📋 copy color: '#E50464'

red 229 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #E50464

Tints of Razzmatazz #E50464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 68.77%
G = 1.2%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50464 (or 0xE50464) is known color: Razzmatazz. HEX triplet: E5, 04 and 64. RGB value is (229,4,100). Sum of RGB (Red+Green+Blue) = 229+4+100=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E50464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50464 is #1AFB9B. Grayscale: #525252. Windows color (decimal): -1768348 or 6554853. OLE color: 6554853.

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

Color convert

RGB 229 4 100 -
CMYK 0 0.98 0.56 0.10
HSL 334.4º 0.97% 0.46% -
HSV(B) 334.4º 0.98% 0.9% -
XYZ 34.66 17.66 13.64 -
YUV 82.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 229 4 100 0 0.98 0.56 0.10 334.4 0.97 0.46
Hex E5 4 64 0 62 38 A 14E 61 2E
Octal 345 4 144 0 142 70 12 516 141 56
Binary 11100101 100 1100100 0 1100010 111000 1010 101001110 1100001 101110

Color Harmonies of #E50464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50464

Black with #E50464

Text Example


Text Example

White with #E50464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50464; }

 p { color: rgb(229,4,100); }

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

background-color css

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

 a { background-color: rgb(229,4,100); }

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

border-color css

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

 span { border-color: rgb(229,4,100); }

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