#EF35A0

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

Shades of Wild Strawberry #EF35A0

Tints of Wild Strawberry #EF35A0

Color information

#EF35A0 (or 0xEF35A0) is unknown color: approx Wild Strawberry. HEX triplet: EF, 35 and A0. RGB value is (239,53,160). Sum of RGB (Red+Green+Blue) = 239+53+160=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35A0 is #10CA5F. Grayscale: #787878. Windows color (decimal): -1100384 or 10499567. OLE color: 10499567.

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

Color convert

RGB23953160-
CMYK00.780.330.06
HSL325.48º85.32%57.25%-
HSV(B)325.48º77.82%93.73%-
XYZ43.2123.4335.5-
YUV120.81150.12212.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.88%
GREEN value IS 53 (21.09% from 255) = 11.73%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=52.88%
G=11.73%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395316000.780.330.06325.4885.3257.25
HexEF35A004E2161455539
Octal35765240011641650512571
Binary1110111111010110100000010011101000011101010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF35A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF35A0; }

 p { color: rgb(239,53,160); }

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

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

 a { background-color: rgb(239,53,160); }

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

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

 span { border-color: rgb(239,53,160); }

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