#ed3877

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

Shades of Violet Red #ED3877

Tints of Violet Red #ED3877

Color information

#ED3877 (or 0xED3877) is unknown color: approx Violet Red. HEX triplet: ED, 38 and 77. RGB value is (237,56,119). Sum of RGB (Red+Green+Blue) = 237+56+119=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3877 is #12C788. Grayscale: #757575. Windows color (decimal): -1230729 or 7813357. OLE color: 7813357.

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

Color convert

RGB23756119-
CMYK00.760.500.07
HSL339.12º83.41%57.45%-
HSV(B)339.12º76.37%92.94%-
XYZ39.6722.1619.64-
YUV117.3128.97213.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 56 (22.27% from 255) = 13.59%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=57.52%
G=13.59%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375611900.760.500.07339.1283.4157.45
HexED387704C3271535339
Octal35570167011462752312371
Binary111011011110001110111010011001100101111010100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3877; }

 p { color: rgb(237,56,119); }

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

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

 a { background-color: rgb(237,56,119); }

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

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

 span { border-color: rgb(237,56,119); }

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