Html Css Color HEX #E50474 Razzmatazz

📋 copy color: '#E50474'

red 229 ◦ green 4 ◦ blue 116

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

Shades of Razzmatazz #E50474

Tints of Razzmatazz #E50474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 65.62%
G = 1.15%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50474 (or 0xE50474) is known color: Razzmatazz. HEX triplet: E5, 04 and 74. RGB value is (229,4,116). Sum of RGB (Red+Green+Blue) = 229+4+116=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E50474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50474 is #1AFB8B. Grayscale: #535353. Windows color (decimal): -1768332 or 7603429. OLE color: 7603429.

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

Color convert

RGB 229 4 116 -
CMYK 0 0.98 0.49 0.10
HSL 330.13º 0.97% 0.46% -
HSV(B) 330.13º 0.98% 0.9% -
XYZ 35.51 18.01 18.13 -
YUV 84.04 146.04 231.39 -
System Red Green Blue C M Y K H S L
Decimal 229 4 116 0 0.98 0.49 0.10 330.13 0.97 0.46
Hex E5 4 74 0 62 31 A 14A 61 2E
Octal 345 4 164 0 142 61 12 512 141 56
Binary 11100101 100 1110100 0 1100010 110001 1010 101001010 1100001 101110

Color Harmonies of #E50474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50474

Black with #E50474

Text Example


Text Example

White with #E50474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50474; }

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

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

background-color css

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

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

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

border-color css

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

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

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