Html Css Color HEX #E50263 Razzmatazz

📋 copy color: '#E50263'

red 229 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #E50263

Tints of Razzmatazz #E50263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 69.39%
G = 0.61%
B = 30%

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

#E50263 (or 0xE50263) is known color: Razzmatazz. HEX triplet: E5, 02 and 63. RGB value is (229,2,99). Sum of RGB (Red+Green+Blue) = 229+2+99=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E50263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50263 is #1AFD9C. Grayscale: #505050. Windows color (decimal): -1768861 or 6488805. OLE color: 6488805.

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

Color convert

RGB 229 2 99 -
CMYK 0 0.99 0.57 0.10
HSL 334.36º 0.98% 0.45% -
HSV(B) 334.36º 0.99% 0.9% -
XYZ 34.59 17.6 13.38 -
YUV 80.93 138.21 233.61 -
System Red Green Blue C M Y K H S L
Decimal 229 2 99 0 0.99 0.57 0.10 334.36 0.98 0.45
Hex E5 2 63 0 63 39 A 14E 62 2D
Octal 345 2 143 0 143 71 12 516 142 55
Binary 11100101 10 1100011 0 1100011 111001 1010 101001110 1100010 101101

Color Harmonies of #E50263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50263

Black with #E50263

Text Example


Text Example

White with #E50263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50263; }

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

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

background-color css

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

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

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

border-color css

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

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

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