Html Css Color HEX #E50061 Razzmatazz

📋 copy color: '#E50061'

red 229 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #E50061

Tints of Razzmatazz #E50061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 70.25%
G = 0%
B = 29.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E50061 (or 0xE50061) is known color: Razzmatazz. HEX triplet: E5, 00 and 61. RGB value is (229,0,97). Sum of RGB (Red+Green+Blue) = 229+0+97=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E50061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50061 is #1AFF9E. Grayscale: #4F4F4F. Windows color (decimal): -1769375 or 6357221. OLE color: 6357221.

HSL color Cylindrical-coordinate representation of color #E50061: hue angle of 334.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50061 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 97 -
CMYK 0 1 0.58 0.10
HSL 334.59º 1% 0.45% -
HSV(B) 334.59º 1% 0.9% -
XYZ 34.47 17.52 12.87 -
YUV 79.53 137.87 234.61 -
System Red Green Blue C M Y K H S L
Decimal 229 0 97 0 1 0.58 0.10 334.59 1 0.45
Hex E5 0 61 0 64 3A A 14F 64 2D
Octal 345 0 141 0 144 72 12 517 144 55
Binary 11100101 0 1100001 0 1100100 111010 1010 101001111 1100100 101101

Color Harmonies of #E50061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50061

Black with #E50061

Text Example


Text Example

White with #E50061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50061; }

 p { color: rgb(229,0,97); }

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

background-color css

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

 a { background-color: rgb(229,0,97); }

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

border-color css

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

 span { border-color: rgb(229,0,97); }

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