Html Css Color HEX #E50364 Razzmatazz

📋 copy color: '#E50364'

red 229 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #E50364

Tints of Razzmatazz #E50364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 68.98%
G = 0.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50364 (or 0xE50364) is known color: Razzmatazz. HEX triplet: E5, 03 and 64. RGB value is (229,3,100). Sum of RGB (Red+Green+Blue) = 229+3+100=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E50364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50364 is #1AFC9B. Grayscale: #515151. Windows color (decimal): -1768604 or 6554597. OLE color: 6554597.

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

Color convert

RGB 229 3 100 -
CMYK 0 0.99 0.56 0.10
HSL 334.25º 0.97% 0.45% -
HSV(B) 334.25º 0.99% 0.9% -
XYZ 34.65 17.64 13.64 -
YUV 81.63 138.37 233.11 -
System Red Green Blue C M Y K H S L
Decimal 229 3 100 0 0.99 0.56 0.10 334.25 0.97 0.45
Hex E5 3 64 0 63 38 A 14E 61 2D
Octal 345 3 144 0 143 70 12 516 141 55
Binary 11100101 11 1100100 0 1100011 111000 1010 101001110 1100001 101101

Color Harmonies of #E50364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50364

Black with #E50364

Text Example


Text Example

White with #E50364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50364; }

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

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

background-color css

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

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

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

border-color css

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

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

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