#ED0567

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

Shades of Razzmatazz #ED0567

Tints of Razzmatazz #ED0567

Color information

#ED0567 (or 0xED0567) is unknown color: approx Razzmatazz. HEX triplet: ED, 05 and 67. RGB value is (237,5,103). Sum of RGB (Red+Green+Blue) = 237+5+103=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0567 is #12FA98. Grayscale: #555555. Windows color (decimal): -1243801 or 6751725. OLE color: 6751725.

HSL color Cylindrical-coordinate representation of color #ED0567: hue angle of 334.66º degrees, saturation: 0.96, 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 #ED0567 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB2375103-
CMYK00.980.570.07
HSL334.66º95.87%47.45%-
HSV(B)334.66º97.89%92.94%-
XYZ37.4319.0914.54-
YUV85.54137.86236.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.70%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=68.70%
G=1.45%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237510300.980.570.07334.6695.8747.45
HexED56706239714f602f
Octal3555147014271751714057
Binary111011011011100111011000101110011111010011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0567; }

 p { color: rgb(237,5,103); }

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

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

 a { background-color: rgb(237,5,103); }

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

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

 span { border-color: rgb(237,5,103); }

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