#ed0c68

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

Shades of Razzmatazz #ED0C68

Tints of Razzmatazz #ED0C68

Color information

#ED0C68 (or 0xED0C68) is unknown color: approx Razzmatazz. HEX triplet: ED, 0C and 68. RGB value is (237,12,104). Sum of RGB (Red+Green+Blue) = 237+12+104=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0C68 is #12F397. Grayscale: #595959. Windows color (decimal): -1242008 or 6819053. OLE color: 6819053.

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

Color convert

RGB23712104-
CMYK00.950.560.07
HSL335.47º90.36%48.82%-
HSV(B)335.47º94.94%92.94%-
XYZ37.5619.2714.84-
YUV89.76136.04233.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=67.14%
G=3.40%
B=29.46%

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
Decimal2371210400.950.560.07335.4790.3648.82
HexEDC6805F38714f5a31
Octal35514150013770751713261
Binary1110110111001101000010111111110001111010011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0c68; }

 p { color: rgb(237,12,104); }

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

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

 a { background-color: rgb(237,12,104); }

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

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

 span { border-color: rgb(237,12,104); }

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