#E30F5A

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

Shades of Razzmatazz #E30F5A

Tints of Razzmatazz #E30F5A

Color information

#E30F5A (or 0xE30F5A) is unknown color: approx Razzmatazz. HEX triplet: E3, 0F and 5A. RGB value is (227,15,90). Sum of RGB (Red+Green+Blue) = 227+15+90=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F5A is #1CF0A5. Grayscale: #565656. Windows color (decimal): -1896614 or 5902307. OLE color: 5902307.

HSL color Cylindrical-coordinate representation of color #E30F5A: hue angle of 338.77º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F5A is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2271590-
CMYK00.930.600.11
HSL338.77º87.6%47.45%-
HSV(B)338.77º93.39%89.02%-
XYZ33.6917.4111.26-
YUV86.94129.74227.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 68.37%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=68.37%
G=4.52%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227159000.930.600.11338.7787.647.45
HexE3F5A05D3CB153582f
Octal343171320135741352313057
Binary11100011111110110100101110111110010111010100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30F5A; }

 p { color: rgb(227,15,90); }

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

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

 a { background-color: rgb(227,15,90); }

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

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

 span { border-color: rgb(227,15,90); }

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