#ED449E

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

Shades of Wild Strawberry #ED449E

Tints of Wild Strawberry #ED449E

Color information

#ED449E (or 0xED449E) is unknown color: approx Wild Strawberry. HEX triplet: ED, 44 and 9E. RGB value is (237,68,158). Sum of RGB (Red+Green+Blue) = 237+68+158=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED449E is #12BB61. Grayscale: #808080. Windows color (decimal): -1227618 or 10372333. OLE color: 10372333.

HSL color Cylindrical-coordinate representation of color #ED449E: hue angle of 328.05º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED449E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23768158-
CMYK00.710.330.07
HSL328.05º82.44%59.8%-
HSV(B)328.05º71.31%92.94%-
XYZ43.1624.6134.82-
YUV128.79144.49205.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=51.19%
G=14.69%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376815800.710.330.07328.0582.4459.8
HexED449E047217148523c
Octal355104236010741751012274
Binary11101101100010010011110010001111000011111010010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED449E; }

 p { color: rgb(237,68,158); }

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

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

 a { background-color: rgb(237,68,158); }

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

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

 span { border-color: rgb(237,68,158); }

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