Html Css Color HEX #E50564 Razzmatazz

📋 copy color: '#E50564'

red 229 ◦ green 5 ◦ blue 100

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

Shades of Razzmatazz #E50564

Tints of Razzmatazz #E50564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 68.56%
G = 1.5%
B = 29.94%

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

#E50564 (or 0xE50564) is known color: Razzmatazz. HEX triplet: E5, 05 and 64. RGB value is (229,5,100). Sum of RGB (Red+Green+Blue) = 229+5+100=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E50564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50564 is #1AFA9B. Grayscale: #525252. Windows color (decimal): -1768092 or 6555109. OLE color: 6555109.

HSL color Cylindrical-coordinate representation of color #E50564: hue angle of 334.55º degrees, saturation: 0.96, 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 #E50564 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 100 -
CMYK 0 0.98 0.56 0.10
HSL 334.55º 0.96% 0.46% -
HSV(B) 334.55º 0.98% 0.9% -
XYZ 34.67 17.69 13.64 -
YUV 82.81 137.71 232.28 -
System Red Green Blue C M Y K H S L
Decimal 229 5 100 0 0.98 0.56 0.10 334.55 0.96 0.46
Hex E5 5 64 0 62 38 A 14F 60 2E
Octal 345 5 144 0 142 70 12 517 140 56
Binary 11100101 101 1100100 0 1100010 111000 1010 101001111 1100000 101110

Color Harmonies of #E50564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50564

Black with #E50564

Text Example


Text Example

White with #E50564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50564; }

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

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

background-color css

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

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

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

border-color css

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

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

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