Html Css Color HEX #E50360 Razzmatazz

📋 copy color: '#E50360'

red 229 ◦ green 3 ◦ blue 96

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

Shades of Razzmatazz #E50360

Tints of Razzmatazz #E50360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 69.82%
G = 0.91%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E50360 (or 0xE50360) is known color: Razzmatazz. HEX triplet: E5, 03 and 60. RGB value is (229,3,96). Sum of RGB (Red+Green+Blue) = 229+3+96=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E50360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50360 is #1AFC9F. Grayscale: #515151. Windows color (decimal): -1768608 or 6292453. OLE color: 6292453.

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

Color convert

RGB 229 3 96 -
CMYK 0 0.99 0.58 0.10
HSL 335.31º 0.97% 0.45% -
HSV(B) 335.31º 0.99% 0.9% -
XYZ 34.46 17.57 12.64 -
YUV 81.18 136.37 233.44 -
System Red Green Blue C M Y K H S L
Decimal 229 3 96 0 0.99 0.58 0.10 335.31 0.97 0.45
Hex E5 3 60 0 63 3A A 14F 61 2D
Octal 345 3 140 0 143 72 12 517 141 55
Binary 11100101 11 1100000 0 1100011 111010 1010 101001111 1100001 101101

Color Harmonies of #E50360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50360

Black with #E50360

Text Example


Text Example

White with #E50360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50360; }

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

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

background-color css

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

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

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

border-color css

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

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

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