#E61350

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

Shades of Razzmatazz #E61350

Tints of Razzmatazz #E61350

Color information

#E61350 (or 0xE61350) is unknown color: approx Razzmatazz. HEX triplet: E6, 13 and 50. RGB value is (230,19,80). Sum of RGB (Red+Green+Blue) = 230+19+80=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E61350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61350 is #19ECAF. Grayscale: #595959. Windows color (decimal): -1698992 or 5247974. OLE color: 5247974.

HSL color Cylindrical-coordinate representation of color #E61350: hue angle of 342.65º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61350 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2301980-
CMYK00.920.650.10
HSL342.65º84.74%48.82%-
HSV(B)342.65º91.74%90.2%-
XYZ34.3117.879.23-
YUV89.04122.9228.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 69.91%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=69.91%
G=5.78%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230198000.920.650.10342.6584.7448.82
HexE6135005C41A1575531
Octal3462312001341011252712561
Binary1110011010011101000001011100100000110101010101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61350; }

 p { color: rgb(230,19,80); }

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

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

 a { background-color: rgb(230,19,80); }

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

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

 span { border-color: rgb(230,19,80); }

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