#E00257

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

Shades of Razzmatazz #E00257

Tints of Razzmatazz #E00257

Color information

#E00257 (or 0xE00257) is unknown color: approx Razzmatazz. HEX triplet: E0, 02 and 57. RGB value is (224,2,87). Sum of RGB (Red+Green+Blue) = 224+2+87=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00257 is #1FFDA8. Grayscale: #4D4D4D. Windows color (decimal): -2096553 or 5702368. OLE color: 5702368.

HSL color Cylindrical-coordinate representation of color #E00257: hue angle of 337.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00257 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB224287-
CMYK00.990.610.12
HSL337.03º98.23%44.31%-
HSV(B)337.03º99.11%87.84%-
XYZ32.4816.5810.5-
YUV78.07133.05232.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.57%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=71.57%
G=0.64%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22428700.990.610.12337.0398.2344.31
HexE02570633DC151622c
Octal34021270143751452114254
Binary111000001010101110110001111110111001010100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00257; }

 p { color: rgb(224,2,87); }

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

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

 a { background-color: rgb(224,2,87); }

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

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

 span { border-color: rgb(224,2,87); }

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