#ed3f7b

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

Shades of Violet Red #ED3F7B

Tints of Violet Red #ED3F7B

Color information

#ED3F7B (or 0xED3F7B) is unknown color: approx Violet Red. HEX triplet: ED, 3F and 7B. RGB value is (237,63,123). Sum of RGB (Red+Green+Blue) = 237+63+123=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F7B is #12C084. Grayscale: #797979. Windows color (decimal): -1228933 or 8077293. OLE color: 8077293.

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

Color convert

RGB23763123-
CMYK00.730.480.07
HSL339.31º82.86%58.82%-
HSV(B)339.31º73.42%92.94%-
XYZ40.2822.9921.05-
YUV121.87128.65210.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=56.03%
G=14.89%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376312300.730.480.07339.3182.8658.82
HexED3F7B049307153533b
Octal35577173011160752312373
Binary111011011111111111011010010011100001111010100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3f7b; }

 p { color: rgb(237,63,123); }

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

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

 a { background-color: rgb(237,63,123); }

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

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

 span { border-color: rgb(237,63,123); }

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