#ED399B

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

Shades of Wild Strawberry #ED399B

Tints of Wild Strawberry #ED399B

Color information

#ED399B (or 0xED399B) is unknown color: approx Wild Strawberry. HEX triplet: ED, 39 and 9B. RGB value is (237,57,155). Sum of RGB (Red+Green+Blue) = 237+57+155=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED399B is #12C664. Grayscale: #797979. Windows color (decimal): -1230437 or 10172909. OLE color: 10172909.

HSL color Cylindrical-coordinate representation of color #ED399B: hue angle of 327.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED399B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB23757155-
CMYK00.760.350.07
HSL327.33º83.33%57.65%-
HSV(B)327.33º75.95%92.94%-
XYZ42.323.333.28-
YUV121.99146.63210.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 57 (22.66% from 255) = 12.69%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=52.78%
G=12.69%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375715500.760.350.07327.3383.3357.65
HexED399B04C237147533a
Octal35571233011443750712372
Binary1110110111100110011011010011001000111111010001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED399B; }

 p { color: rgb(237,57,155); }

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

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

 a { background-color: rgb(237,57,155); }

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

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

 span { border-color: rgb(237,57,155); }

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