Html Css Color HEX #E50074 Razzmatazz

📋 copy color: '#E50074'

red 229 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #E50074

Tints of Razzmatazz #E50074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 66.38%
G = 0%
B = 33.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50074 (or 0xE50074) is known color: Razzmatazz. HEX triplet: E5, 00 and 74. RGB value is (229,0,116). Sum of RGB (Red+Green+Blue) = 229+0+116=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E50074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50074 is #1AFF8B. Grayscale: #515151. Windows color (decimal): -1769356 or 7602405. OLE color: 7602405.

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

Color convert

RGB 229 0 116 -
CMYK 0 1 0.49 0.10
HSL 329.61º 1% 0.45% -
HSV(B) 329.61º 1% 0.9% -
XYZ 35.47 17.92 18.11 -
YUV 81.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 229 0 116 0 1 0.49 0.10 329.61 1 0.45
Hex E5 0 74 0 64 31 A 14A 64 2D
Octal 345 0 164 0 144 61 12 512 144 55
Binary 11100101 0 1110100 0 1100100 110001 1010 101001010 1100100 101101

Color Harmonies of #E50074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50074

Black with #E50074

Text Example


Text Example

White with #E50074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50074; }

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

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

background-color css

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

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

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

border-color css

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

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

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