#E70655

Color #E70655 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #E70655

Tints of Razzmatazz #E70655

Color information

#E70655 (or 0xE70655) is unknown color: approx Razzmatazz. HEX triplet: E7, 06 and 55. RGB value is (231,6,85). Sum of RGB (Red+Green+Blue) = 231+6+85=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E70655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70655 is #18F9AA. Grayscale: #525252. Windows color (decimal): -1636779 or 5572327. OLE color: 5572327.

HSL color Cylindrical-coordinate representation of color #E70655: hue angle of 338.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70655 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB231685-
CMYK00.970.630.09
HSL338.93º94.94%46.47%-
HSV(B)338.93º97.4%90.59%-
XYZ34.6617.7810.2-
YUV82.28129.54234.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.74%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=71.74%
G=1.86%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23168500.970.630.09338.9394.9446.47
HexE76550613F91535f2e
Octal34761250141771152313756
Binary1110011111010101010110000111111110011010100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70655; }

 p { color: rgb(231,6,85); }

 H1.HeaderClassName
 {
   color: #E70655;
 }
 .AnyTagClassName
 {
   color: #E70655;
 }
</style>
background-color css

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

 a { background-color: rgb(231,6,85); }

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

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

 span { border-color: rgb(231,6,85); }

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