#EC0469

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

Shades of Razzmatazz #EC0469

Tints of Razzmatazz #EC0469

Color information

#EC0469 (or 0xEC0469) is unknown color: approx Razzmatazz. HEX triplet: EC, 04 and 69. RGB value is (236,4,105). Sum of RGB (Red+Green+Blue) = 236+4+105=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0469 is #13FB96. Grayscale: #545454. Windows color (decimal): -1309591 or 6882540. OLE color: 6882540.

HSL color Cylindrical-coordinate representation of color #EC0469: hue angle of 333.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0469 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB2364105-
CMYK00.980.560.07
HSL333.88º96.67%47.06%-
HSV(B)333.88º98.31%92.55%-
XYZ37.1918.9415.06-
YUV84.88139.36235.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.41%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=68.41%
G=1.16%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236410500.980.560.07333.8896.6747.06
HexEC46906238714e612f
Octal3544151014270751614157
Binary111011001001101001011000101110001111010011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0469; }

 p { color: rgb(236,4,105); }

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

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

 a { background-color: rgb(236,4,105); }

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

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

 span { border-color: rgb(236,4,105); }

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