Html Css Color HEX #E50964 Razzmatazz

📋 copy color: '#E50964'

red 229 ◦ green 9 ◦ blue 100

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

Shades of Razzmatazz #E50964

Tints of Razzmatazz #E50964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 67.75%
G = 2.66%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50964 (or 0xE50964) is known color: Razzmatazz. HEX triplet: E5, 09 and 64. RGB value is (229,9,100). Sum of RGB (Red+Green+Blue) = 229+9+100=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E50964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50964 is #1AF69B. Grayscale: #555555. Windows color (decimal): -1767068 or 6556133. OLE color: 6556133.

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

Color convert

RGB 229 9 100 -
CMYK 0 0.96 0.56 0.10
HSL 335.18º 0.92% 0.47% -
HSV(B) 335.18º 0.96% 0.9% -
XYZ 34.71 17.77 13.66 -
YUV 85.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 229 9 100 0 0.96 0.56 0.10 335.18 0.92 0.47
Hex E5 9 64 0 60 38 A 14F 5C 2F
Octal 345 11 144 0 140 70 12 517 134 57
Binary 11100101 1001 1100100 0 1100000 111000 1010 101001111 1011100 101111

Color Harmonies of #E50964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50964

Black with #E50964

Text Example


Text Example

White with #E50964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50964; }

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

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

background-color css

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

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

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

border-color css

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

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

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