#E73DA5

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

Shades of Wild Strawberry #E73DA5

Tints of Wild Strawberry #E73DA5

Color information

#E73DA5 (or 0xE73DA5) is unknown color: approx Wild Strawberry. HEX triplet: E7, 3D and A5. RGB value is (231,61,165). Sum of RGB (Red+Green+Blue) = 231+61+165=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA5 is #18C25A. Grayscale: #7B7B7B. Windows color (decimal): -1622619 or 10829287. OLE color: 10829287.

HSL color Cylindrical-coordinate representation of color #E73DA5: hue angle of 323.29º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73DA5 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23161165-
CMYK00.740.290.09
HSL323.29º77.98%57.25%-
HSV(B)323.29º73.59%90.59%-
XYZ41.4223.0437.86-
YUV123.69151.32204.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 165 (64.84% from 255) = 36.11%
R=50.55%
G=13.35%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316116500.740.290.09323.2977.9857.25
HexE73DA504A1D91434e39
Octal347752450112351150311671
Binary1110011111110110100101010010101110110011010000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73DA5; }

 p { color: rgb(231,61,165); }

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

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

 a { background-color: rgb(231,61,165); }

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

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

 span { border-color: rgb(231,61,165); }

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