#ed335d

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

Shades of Cerise #ED335D

Tints of Cerise #ED335D

Color information

#ED335D (or 0xED335D) is unknown color: approx Cerise. HEX triplet: ED, 33 and 5D. RGB value is (237,51,93). Sum of RGB (Red+Green+Blue) = 237+51+93=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED335D is #12CCA2. Grayscale: #6F6F6F. Windows color (decimal): -1232035 or 6108141. OLE color: 6108141.

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

Color convert

RGB2375193-
CMYK00.780.610.07
HSL346.45º83.78%56.47%-
HSV(B)346.45º78.48%92.94%-
XYZ38.0821.1612.43-
YUV111.4117.62217.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.20%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=62.20%
G=13.39%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237519300.780.610.07346.4583.7856.47
HexED335D04E3D715a5438
Octal35563135011675753212470
Binary111011011100111011101010011101111011111010110101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed335d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed335d; }

 p { color: rgb(237,51,93); }

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

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

 a { background-color: rgb(237,51,93); }

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

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

 span { border-color: rgb(237,51,93); }

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