#E642A3

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

Shades of Wild Strawberry #E642A3

Tints of Wild Strawberry #E642A3

Color information

#E642A3 (or 0xE642A3) is unknown color: approx Wild Strawberry. HEX triplet: E6, 42 and A3. RGB value is (230,66,163). Sum of RGB (Red+Green+Blue) = 230+66+163=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E642A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E642A3 is #19BD5C. Grayscale: #7D7D7D. Windows color (decimal): -1686877 or 10699494. OLE color: 10699494.

HSL color Cylindrical-coordinate representation of color #E642A3: hue angle of 324.51º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642A3 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB23066163-
CMYK00.710.290.10
HSL324.51º76.64%58.04%-
HSV(B)324.51º71.3%90.2%-
XYZ41.1923.3636.99-
YUV126.09148.83202.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=50.11%
G=14.38%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306616300.710.290.10324.5176.6458.04
HexE642A30471DA1454d3a
Octal3461022430107351250511572
Binary11100110100001010100011010001111110110101010001011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E642A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E642A3; }

 p { color: rgb(230,66,163); }

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

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

 a { background-color: rgb(230,66,163); }

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

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

 span { border-color: rgb(230,66,163); }

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