#ec0b68

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

Shades of Razzmatazz #EC0B68

Tints of Razzmatazz #EC0B68

Color information

#EC0B68 (or 0xEC0B68) is unknown color: approx Razzmatazz. HEX triplet: EC, 0B and 68. RGB value is (236,11,104). Sum of RGB (Red+Green+Blue) = 236+11+104=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B68 is #13F497. Grayscale: #585858. Windows color (decimal): -1307800 or 6818796. OLE color: 6818796.

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

Color convert

RGB23611104-
CMYK00.950.560.07
HSL335.2º91.09%48.43%-
HSV(B)335.2º95.34%92.55%-
XYZ37.2119.0714.82-
YUV88.88136.54232.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.24%
GREEN value IS 11 (4.69% from 255) = 3.13%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=67.24%
G=3.13%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361110400.950.560.07335.291.0948.43
HexECB6805F38714f5b30
Octal35413150013770751713360
Binary1110110010111101000010111111110001111010011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec0b68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec0b68; }

 p { color: rgb(236,11,104); }

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

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

 a { background-color: rgb(236,11,104); }

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

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

 span { border-color: rgb(236,11,104); }

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