#EF3AA5

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

Shades of Wild Strawberry #EF3AA5

Tints of Wild Strawberry #EF3AA5

Color information

#EF3AA5 (or 0xEF3AA5) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3A and A5. RGB value is (239,58,165). Sum of RGB (Red+Green+Blue) = 239+58+165=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3AA5 is #10C55A. Grayscale: #7C7C7C. Windows color (decimal): -1099099 or 10828527. OLE color: 10828527.

HSL color Cylindrical-coordinate representation of color #EF3AA5: hue angle of 324.53º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AA5 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB23958165-
CMYK00.760.310.06
HSL324.53º84.98%58.24%-
HSV(B)324.53º75.73%93.73%-
XYZ43.924.0937.93-
YUV124.32150.97209.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 58 (23.05% from 255) = 12.55%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=51.73%
G=12.55%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395816500.760.310.06324.5384.9858.24
HexEF3AA504C1F6145553a
Octal35772245011437650512572
Binary111011111110101010010101001100111111101010001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3AA5; }

 p { color: rgb(239,58,165); }

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

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

 a { background-color: rgb(239,58,165); }

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

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

 span { border-color: rgb(239,58,165); }

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