Html Css Color HEX #E50150 Razzmatazz

📋 copy color: '#E50150'

red 229 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #E50150

Tints of Razzmatazz #E50150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 73.87%
G = 0.32%
B = 25.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50150 (or 0xE50150) is known color: Razzmatazz. HEX triplet: E5, 01 and 50. RGB value is (229,1,80). Sum of RGB (Red+Green+Blue) = 229+1+80=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E50150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50150 is #1AFEAF. Grayscale: #4E4E4E. Windows color (decimal): -1769136 or 5243365. OLE color: 5243365.

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

Color convert

RGB 229 1 80 -
CMYK 0 1.00 0.65 0.10
HSL 339.21º 0.99% 0.45% -
HSV(B) 339.21º 1% 0.9% -
XYZ 33.77 17.26 9.14 -
YUV 78.18 129.04 235.58 -
System Red Green Blue C M Y K H S L
Decimal 229 1 80 0 1.00 0.65 0.10 339.21 0.99 0.45
Hex E5 1 50 0 64 41 A 153 63 2D
Octal 345 1 120 0 144 101 12 523 143 55
Binary 11100101 1 1010000 0 1100100 1000001 1010 101010011 1100011 101101

Color Harmonies of #E50150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50150

Black with #E50150

Text Example


Text Example

White with #E50150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50150; }

 p { color: rgb(229,1,80); }

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

background-color css

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

 a { background-color: rgb(229,1,80); }

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

border-color css

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

 span { border-color: rgb(229,1,80); }

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