Html Css Color HEX #E50963 Razzmatazz

📋 copy color: '#E50963'

red 229 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #E50963

Tints of Razzmatazz #E50963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 67.95%
G = 2.67%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E50963 (or 0xE50963) is known color: Razzmatazz. HEX triplet: E5, 09 and 63. RGB value is (229,9,99). Sum of RGB (Red+Green+Blue) = 229+9+99=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E50963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50963 is #1AF69C. Grayscale: #545454. Windows color (decimal): -1767069 or 6490597. OLE color: 6490597.

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

Color convert

RGB 229 9 99 -
CMYK 0 0.96 0.57 0.10
HSL 335.45º 0.92% 0.47% -
HSV(B) 335.45º 0.96% 0.9% -
XYZ 34.66 17.75 13.4 -
YUV 85.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 229 9 99 0 0.96 0.57 0.10 335.45 0.92 0.47
Hex E5 9 63 0 60 39 A 14F 5C 2F
Octal 345 11 143 0 140 71 12 517 134 57
Binary 11100101 1001 1100011 0 1100000 111001 1010 101001111 1011100 101111

Color Harmonies of #E50963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50963

Black with #E50963

Text Example


Text Example

White with #E50963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50963; }

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

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

background-color css

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

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

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

border-color css

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

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

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