Html Css Color HEX #E50466 Razzmatazz

📋 copy color: '#E50466'

red 229 ◦ green 4 ◦ blue 102

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

Shades of Razzmatazz #E50466

Tints of Razzmatazz #E50466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 68.36%
G = 1.19%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E50466 (or 0xE50466) is known color: Razzmatazz. HEX triplet: E5, 04 and 66. RGB value is (229,4,102). Sum of RGB (Red+Green+Blue) = 229+4+102=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E50466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50466 is #1AFB99. Grayscale: #525252. Windows color (decimal): -1768346 or 6685925. OLE color: 6685925.

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

Color convert

RGB 229 4 102 -
CMYK 0 0.98 0.55 0.10
HSL 333.87º 0.97% 0.46% -
HSV(B) 333.87º 0.98% 0.9% -
XYZ 34.75 17.7 14.16 -
YUV 82.45 139.04 232.53 -
System Red Green Blue C M Y K H S L
Decimal 229 4 102 0 0.98 0.55 0.10 333.87 0.97 0.46
Hex E5 4 66 0 62 37 A 14E 61 2E
Octal 345 4 146 0 142 67 12 516 141 56
Binary 11100101 100 1100110 0 1100010 110111 1010 101001110 1100001 101110

Color Harmonies of #E50466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50466

Black with #E50466

Text Example


Text Example

White with #E50466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50466; }

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

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

background-color css

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

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

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

border-color css

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

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

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