#EA2F9A

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

Shades of Wild Strawberry #EA2F9A

Tints of Wild Strawberry #EA2F9A

Color information

#EA2F9A (or 0xEA2F9A) is unknown color: approx Wild Strawberry. HEX triplet: EA, 2F and 9A. RGB value is (234,47,154). Sum of RGB (Red+Green+Blue) = 234+47+154=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F9A is #15D065. Grayscale: #727272. Windows color (decimal): -1429606 or 10104810. OLE color: 10104810.

HSL color Cylindrical-coordinate representation of color #EA2F9A: hue angle of 325.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F9A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23447154-
CMYK00.800.340.08
HSL325.67º81.66%55.1%-
HSV(B)325.67º79.91%91.76%-
XYZ40.7821.8632.64-
YUV115.11149.95212.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.79%
GREEN value IS 47 (18.75% from 255) = 10.80%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=53.79%
G=10.80%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344715400.800.340.08325.6781.6655.1
HexEA2F9A0502281465237
Octal352572320120421050612267
Binary11101010101111100110100101000010001010001010001101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2F9A; }

 p { color: rgb(234,47,154); }

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

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

 a { background-color: rgb(234,47,154); }

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

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

 span { border-color: rgb(234,47,154); }

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