Html Css Color HEX #E50262 Razzmatazz

📋 copy color: '#E50262'

red 229 ◦ green 2 ◦ blue 98

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

Shades of Razzmatazz #E50262

Tints of Razzmatazz #E50262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 69.6%
G = 0.61%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E50262 (or 0xE50262) is known color: Razzmatazz. HEX triplet: E5, 02 and 62. RGB value is (229,2,98). Sum of RGB (Red+Green+Blue) = 229+2+98=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E50262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50262 is #1AFD9D. Grayscale: #505050. Windows color (decimal): -1768862 or 6423269. OLE color: 6423269.

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

Color convert

RGB 229 2 98 -
CMYK 0 0.99 0.57 0.10
HSL 334.63º 0.98% 0.45% -
HSV(B) 334.63º 0.99% 0.9% -
XYZ 34.54 17.58 13.13 -
YUV 80.82 137.71 233.69 -
System Red Green Blue C M Y K H S L
Decimal 229 2 98 0 0.99 0.57 0.10 334.63 0.98 0.45
Hex E5 2 62 0 63 39 A 14F 62 2D
Octal 345 2 142 0 143 71 12 517 142 55
Binary 11100101 10 1100010 0 1100011 111001 1010 101001111 1100010 101101

Color Harmonies of #E50262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50262

Black with #E50262

Text Example


Text Example

White with #E50262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50262; }

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

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

background-color css

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

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

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

border-color css

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

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

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