#ed2681

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

Shades of Deep Cerise #ED2681

Tints of Deep Cerise #ED2681

Color information

#ED2681 (or 0xED2681) is unknown color: approx Deep Cerise. HEX triplet: ED, 26 and 81. RGB value is (237,38,129). Sum of RGB (Red+Green+Blue) = 237+38+129=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2681 is #12D97E. Grayscale: #6B6B6B. Windows color (decimal): -1235327 or 8464109. OLE color: 8464109.

HSL color Cylindrical-coordinate representation of color #ED2681: hue angle of 332.56º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2681 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23738129-
CMYK00.840.460.07
HSL332.56º84.68%53.92%-
HSV(B)332.56º83.97%92.94%-
XYZ39.5820.9822.73-
YUV107.88139.93220.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.66%
GREEN value IS 38 (15.23% from 255) = 9.41%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=58.66%
G=9.41%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373812900.840.460.07332.5684.6853.92
HexED26810542E714d5536
Octal35546201012456751512566
Binary1110110110011010000001010101001011101111010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2681; }

 p { color: rgb(237,38,129); }

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

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

 a { background-color: rgb(237,38,129); }

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

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

 span { border-color: rgb(237,38,129); }

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