#ED338B

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

Shades of Deep Cerise #ED338B

Tints of Deep Cerise #ED338B

Color information

#ED338B (or 0xED338B) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 8B. RGB value is (237,51,139). Sum of RGB (Red+Green+Blue) = 237+51+139=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED338B is #12CC74. Grayscale: #747474. Windows color (decimal): -1231989 or 9122797. OLE color: 9122797.

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

Color convert

RGB23751139-
CMYK00.780.410.07
HSL331.61º83.78%56.47%-
HSV(B)331.61º78.48%92.94%-
XYZ40.7722.2426.57-
YUV116.65140.62213.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=55.50%
G=11.94%
B=32.55%

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
Decimal2375113900.780.410.07331.6183.7856.47
HexED338B04E29714c5438
Octal35563213011651751412470
Binary1110110111001110001011010011101010011111010011001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED338B; }

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

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

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

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

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

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

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

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