#EF35A1

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

Shades of Wild Strawberry #EF35A1

Tints of Wild Strawberry #EF35A1

Color information

#EF35A1 (or 0xEF35A1) is unknown color: approx Wild Strawberry. HEX triplet: EF, 35 and A1. RGB value is (239,53,161). Sum of RGB (Red+Green+Blue) = 239+53+161=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35A1 is #10CA5E. Grayscale: #787878. Windows color (decimal): -1100383 or 10565103. OLE color: 10565103.

HSL color Cylindrical-coordinate representation of color #EF35A1: hue angle of 325.16º 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 #EF35A1 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB23953161-
CMYK00.780.330.06
HSL325.16º85.32%57.25%-
HSV(B)325.16º77.82%93.73%-
XYZ43.323.4735.97-
YUV120.93150.62212.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 53 (21.09% from 255) = 11.70%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=52.76%
G=11.70%
B=35.54%

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
Decimal2395316100.780.330.06325.1685.3257.25
HexEF35A104E2161455539
Octal35765241011641650512571
Binary1110111111010110100001010011101000011101010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF35A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF35A1; }

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

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

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

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

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

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

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

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