#ed207e

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

Shades of Deep Cerise #ED207E

Tints of Deep Cerise #ED207E

Color information

#ED207E (or 0xED207E) is unknown color: approx Deep Cerise. HEX triplet: ED, 20 and 7E. RGB value is (237,32,126). Sum of RGB (Red+Green+Blue) = 237+32+126=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED207E is #12DF81. Grayscale: #676767. Windows color (decimal): -1236866 or 8265965. OLE color: 8265965.

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

Color convert

RGB23732126-
CMYK00.860.470.07
HSL332.49º85.06%52.75%-
HSV(B)332.49º86.5%92.94%-
XYZ39.2120.5421.64-
YUV104.01140.42222.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 8.10%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=60%
G=8.10%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373212600.860.470.07332.4985.0652.75
HexED207E0562F714c5535
Octal35540176012657751412565
Binary111011011000001111110010101101011111111010011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed207e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed207e; }

 p { color: rgb(237,32,126); }

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

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

 a { background-color: rgb(237,32,126); }

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

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

 span { border-color: rgb(237,32,126); }

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