#ED2671

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

Shades of Cerise #ED2671

Tints of Cerise #ED2671

Color information

#ED2671 (or 0xED2671) is unknown color: approx Cerise. HEX triplet: ED, 26 and 71. RGB value is (237,38,113). Sum of RGB (Red+Green+Blue) = 237+38+113=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2671 is #12D98E. Grayscale: #696969. Windows color (decimal): -1235343 or 7415533. OLE color: 7415533.

HSL color Cylindrical-coordinate representation of color #ED2671: hue angle of 337.39º 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 #ED2671 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB23738113-
CMYK00.840.520.07
HSL337.39º84.68%53.92%-
HSV(B)337.39º83.97%92.94%-
XYZ38.620.5817.56-
YUV106.05131.93221.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=61.08%
G=9.79%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373811300.840.520.07337.3984.6853.92
HexED26710543471515536
Octal35546161012464752112566
Binary111011011001101110001010101001101001111010100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2671; }

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

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

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

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

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

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

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

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