#ED3CA0

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

Shades of Wild Strawberry #ED3CA0

Tints of Wild Strawberry #ED3CA0

Color information

#ED3CA0 (or 0xED3CA0) is unknown color: approx Wild Strawberry. HEX triplet: ED, 3C and A0. RGB value is (237,60,160). Sum of RGB (Red+Green+Blue) = 237+60+160=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3CA0 is #12C35F. Grayscale: #7C7C7C. Windows color (decimal): -1229664 or 10501357. OLE color: 10501357.

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

Color convert

RGB23760160-
CMYK00.750.320.07
HSL326.1º83.1%58.24%-
HSV(B)326.1º74.68%92.94%-
XYZ42.8923.7735.59-
YUV124.32148.14208.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=51.86%
G=13.13%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376016000.750.320.07326.183.158.24
HexED3CA004B207146533a
Octal35574240011340750612372
Binary1110110111110010100000010010111000001111010001101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3CA0; }

 p { color: rgb(237,60,160); }

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

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

 a { background-color: rgb(237,60,160); }

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

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

 span { border-color: rgb(237,60,160); }

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