Html Css Color HEX #E80063 Razzmatazz

📋 copy color: '#E80063'

red 232 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #E80063

Tints of Razzmatazz #E80063

RGB

 RED value IS 232 (91.02% from 255) = 70.09%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.09%
G = 0%
B = 29.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E80063 (or 0xE80063) is known color: Razzmatazz. HEX triplet: E8, 00 and 63. RGB value is (232,0,99). Sum of RGB (Red+Green+Blue) = 232+0+99=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E80063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80063 is #17FF9C. Grayscale: #505050. Windows color (decimal): -1572765 or 6488296. OLE color: 6488296.

HSL color Cylindrical-coordinate representation of color #E80063: hue angle of 334.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80063 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 99 -
CMYK 0 1 0.57 0.09
HSL 334.4º 1% 0.45% -
HSV(B) 334.4º 1% 0.91% -
XYZ 35.53 18.06 13.42 -
YUV 80.65 138.36 235.95 -
System Red Green Blue C M Y K H S L
Decimal 232 0 99 0 1 0.57 0.09 334.4 1 0.45
Hex E8 0 63 0 64 39 9 14E 64 2D
Octal 350 0 143 0 144 71 11 516 144 55
Binary 11101000 0 1100011 0 1100100 111001 1001 101001110 1100100 101101

Color Harmonies of #E80063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80063

Black with #E80063

Text Example


Text Example

White with #E80063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80063; }

 p { color: rgb(232,0,99); }

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

background-color css

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

 a { background-color: rgb(232,0,99); }

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

border-color css

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

 span { border-color: rgb(232,0,99); }

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