#ED035F

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

Shades of Razzmatazz #ED035F

Tints of Razzmatazz #ED035F

Color information

#ED035F (or 0xED035F) is unknown color: approx Razzmatazz. HEX triplet: ED, 03 and 5F. RGB value is (237,3,95). Sum of RGB (Red+Green+Blue) = 237+3+95=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED035F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED035F is #12FCA0. Grayscale: #535353. Windows color (decimal): -1244321 or 6226925. OLE color: 6226925.

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

Color convert

RGB237395-
CMYK00.990.600.07
HSL336.41º97.5%47.06%-
HSV(B)336.41º98.73%92.94%-
XYZ37.0218.912.52-
YUV83.45134.52237.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.75%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=70.75%
G=0.90%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23739500.990.600.07336.4197.547.06
HexED35F0633C7150622f
Octal3553137014374752014257
Binary11101101111011111011000111111001111010100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED035F; }

 p { color: rgb(237,3,95); }

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

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

 a { background-color: rgb(237,3,95); }

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

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

 span { border-color: rgb(237,3,95); }

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