Html Css Color HEX #E50350 Razzmatazz

📋 copy color: '#E50350'

red 229 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #E50350

Tints of Razzmatazz #E50350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 73.4%
G = 0.96%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E50350 (or 0xE50350) is known color: Razzmatazz. HEX triplet: E5, 03 and 50. RGB value is (229,3,80). Sum of RGB (Red+Green+Blue) = 229+3+80=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E50350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50350 is #1AFCAF. Grayscale: #4F4F4F. Windows color (decimal): -1768624 or 5243877. OLE color: 5243877.

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

Color convert

RGB 229 3 80 -
CMYK 0 0.99 0.65 0.10
HSL 339.56º 0.97% 0.45% -
HSV(B) 339.56º 0.99% 0.9% -
XYZ 33.79 17.3 9.15 -
YUV 79.35 128.37 234.74 -
System Red Green Blue C M Y K H S L
Decimal 229 3 80 0 0.99 0.65 0.10 339.56 0.97 0.45
Hex E5 3 50 0 63 41 A 154 61 2D
Octal 345 3 120 0 143 101 12 524 141 55
Binary 11100101 11 1010000 0 1100011 1000001 1010 101010100 1100001 101101

Color Harmonies of #E50350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50350

Black with #E50350

Text Example


Text Example

White with #E50350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50350; }

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

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

background-color css

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

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

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

border-color css

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

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

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