#E9369A

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

Shades of Wild Strawberry #E9369A

Tints of Wild Strawberry #E9369A

Color information

#E9369A (or 0xE9369A) is unknown color: approx Wild Strawberry. HEX triplet: E9, 36 and 9A. RGB value is (233,54,154). Sum of RGB (Red+Green+Blue) = 233+54+154=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9369A is #16C965. Grayscale: #767676. Windows color (decimal): -1493350 or 10106601. OLE color: 10106601.

HSL color Cylindrical-coordinate representation of color #E9369A: hue angle of 326.48º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9369A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23354154-
CMYK00.770.340.09
HSL326.48º80.27%56.27%-
HSV(B)326.48º76.82%91.37%-
XYZ40.7622.332.73-
YUV118.92147.8209.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=52.83%
G=12.24%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335415400.770.340.09326.4880.2756.27
HexE9369A04D2291465038
Octal351662320115421150612070
Binary11101001110110100110100100110110001010011010001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9369A; }

 p { color: rgb(233,54,154); }

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

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

 a { background-color: rgb(233,54,154); }

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

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

 span { border-color: rgb(233,54,154); }

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