#ED347A

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

Shades of Deep Cerise #ED347A

Tints of Deep Cerise #ED347A

Color information

#ED347A (or 0xED347A) is unknown color: approx Deep Cerise. HEX triplet: ED, 34 and 7A. RGB value is (237,52,122). Sum of RGB (Red+Green+Blue) = 237+52+122=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED347A is #12CB85. Grayscale: #737373. Windows color (decimal): -1231750 or 8008941. OLE color: 8008941.

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

Color convert

RGB23752122-
CMYK00.780.490.07
HSL337.3º83.71%56.67%-
HSV(B)337.3º78.06%92.94%-
XYZ39.6721.8720.54-
YUV115.3131.79214.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=57.66%
G=12.65%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375212200.780.490.07337.383.7156.67
HexED347A04E3171515439
Octal35564172011661752112471
Binary111011011101001111010010011101100011111010100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED347A; }

 p { color: rgb(237,52,122); }

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

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

 a { background-color: rgb(237,52,122); }

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

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

 span { border-color: rgb(237,52,122); }

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