Html Css Color HEX #E50164 Razzmatazz

📋 copy color: '#E50164'

red 229 ◦ green 1 ◦ blue 100

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

Shades of Razzmatazz #E50164

Tints of Razzmatazz #E50164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 69.39%
G = 0.3%
B = 30.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50164 (or 0xE50164) is known color: Razzmatazz. HEX triplet: E5, 01 and 64. RGB value is (229,1,100). Sum of RGB (Red+Green+Blue) = 229+1+100=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E50164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50164 is #1AFE9B. Grayscale: #505050. Windows color (decimal): -1769116 or 6554085. OLE color: 6554085.

HSL color Cylindrical-coordinate representation of color #E50164: hue angle of 333.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50164 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 100 -
CMYK 0 1.00 0.56 0.10
HSL 333.95º 0.99% 0.45% -
HSV(B) 333.95º 1% 0.9% -
XYZ 34.62 17.6 13.63 -
YUV 80.46 139.04 233.95 -
System Red Green Blue C M Y K H S L
Decimal 229 1 100 0 1.00 0.56 0.10 333.95 0.99 0.45
Hex E5 1 64 0 64 38 A 14E 63 2D
Octal 345 1 144 0 144 70 12 516 143 55
Binary 11100101 1 1100100 0 1100100 111000 1010 101001110 1100011 101101

Color Harmonies of #E50164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50164

Black with #E50164

Text Example


Text Example

White with #E50164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50164; }

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

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

background-color css

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

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

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

border-color css

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

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

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