#E340A7

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

Shades of Wild Strawberry #E340A7

Tints of Wild Strawberry #E340A7

Color information

#E340A7 (or 0xE340A7) is unknown color: approx Wild Strawberry. HEX triplet: E3, 40 and A7. RGB value is (227,64,167). Sum of RGB (Red+Green+Blue) = 227+64+167=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E340A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340A7 is #1CBF58. Grayscale: #7C7C7C. Windows color (decimal): -1883993 or 10961123. OLE color: 10961123.

HSL color Cylindrical-coordinate representation of color #E340A7: hue angle of 322.09º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340A7 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22764167-
CMYK00.720.260.11
HSL322.09º74.43%57.06%-
HSV(B)322.09º71.81%89.02%-
XYZ40.4922.7938.82-
YUV124.48152201.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.56%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=49.56%
G=13.97%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276416700.720.260.11322.0974.4357.06
HexE340A70481AB1424a39
Octal3431002470110321350211271
Binary11100011100000010100111010010001101010111010000101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E340A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E340A7; }

 p { color: rgb(227,64,167); }

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

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

 a { background-color: rgb(227,64,167); }

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

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

 span { border-color: rgb(227,64,167); }

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