Html Css Color HEX #E50362 Razzmatazz

📋 copy color: '#E50362'

red 229 ◦ green 3 ◦ blue 98

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

Shades of Razzmatazz #E50362

Tints of Razzmatazz #E50362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 69.39%
G = 0.91%
B = 29.7%

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

#E50362 (or 0xE50362) is known color: Razzmatazz. HEX triplet: E5, 03 and 62. RGB value is (229,3,98). Sum of RGB (Red+Green+Blue) = 229+3+98=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E50362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50362 is #1AFC9D. Grayscale: #515151. Windows color (decimal): -1768606 or 6423525. OLE color: 6423525.

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

Color convert

RGB 229 3 98 -
CMYK 0 0.99 0.57 0.10
HSL 334.78º 0.97% 0.45% -
HSV(B) 334.78º 0.99% 0.9% -
XYZ 34.55 17.6 13.13 -
YUV 81.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 229 3 98 0 0.99 0.57 0.10 334.78 0.97 0.45
Hex E5 3 62 0 63 39 A 14F 61 2D
Octal 345 3 142 0 143 71 12 517 141 55
Binary 11100101 11 1100010 0 1100011 111001 1010 101001111 1100001 101101

Color Harmonies of #E50362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50362

Black with #E50362

Text Example


Text Example

White with #E50362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50362; }

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

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

background-color css

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

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

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

border-color css

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

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

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