Html Css Color HEX #E50662 Razzmatazz

📋 copy color: '#E50662'

red 229 ◦ green 6 ◦ blue 98

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

Shades of Razzmatazz #E50662

Tints of Razzmatazz #E50662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 68.77%
G = 1.8%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E50662 (or 0xE50662) is known color: Razzmatazz. HEX triplet: E5, 06 and 62. RGB value is (229,6,98). Sum of RGB (Red+Green+Blue) = 229+6+98=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E50662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50662 is #1AF99D. Grayscale: #535353. Windows color (decimal): -1767838 or 6424293. OLE color: 6424293.

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

Color convert

RGB 229 6 98 -
CMYK 0 0.97 0.57 0.10
HSL 335.25º 0.95% 0.46% -
HSV(B) 335.25º 0.97% 0.9% -
XYZ 34.58 17.67 13.14 -
YUV 83.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 229 6 98 0 0.97 0.57 0.10 335.25 0.95 0.46
Hex E5 6 62 0 61 39 A 14F 5F 2E
Octal 345 6 142 0 141 71 12 517 137 56
Binary 11100101 110 1100010 0 1100001 111001 1010 101001111 1011111 101110

Color Harmonies of #E50662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50662

Black with #E50662

Text Example


Text Example

White with #E50662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50662; }

 p { color: rgb(229,6,98); }

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

background-color css

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

 a { background-color: rgb(229,6,98); }

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

border-color css

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

 span { border-color: rgb(229,6,98); }

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