#ed338c

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

Shades of Deep Cerise #ED338C

Tints of Deep Cerise #ED338C

Color information

#ED338C (or 0xED338C) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 8C. RGB value is (237,51,140). Sum of RGB (Red+Green+Blue) = 237+51+140=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED338C is #12CC73. Grayscale: #747474. Windows color (decimal): -1231988 or 9188333. OLE color: 9188333.

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

Color convert

RGB23751140-
CMYK00.780.410.07
HSL331.29º83.78%56.47%-
HSV(B)331.29º78.48%92.94%-
XYZ40.8422.2726.96-
YUV116.76141.12213.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=55.37%
G=11.92%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375114000.780.410.07331.2983.7856.47
HexED338C04E29714b5438
Octal35563214011651751312470
Binary1110110111001110001100010011101010011111010010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed338c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed338c; }

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

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

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

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

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

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

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

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