#EF2D93

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

Shades of Wild Strawberry #EF2D93

Tints of Wild Strawberry #EF2D93

Color information

#EF2D93 (or 0xEF2D93) is unknown color: approx Wild Strawberry. HEX triplet: EF, 2D and 93. RGB value is (239,45,147). Sum of RGB (Red+Green+Blue) = 239+45+147=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D93 is #10D26C. Grayscale: #727272. Windows color (decimal): -1102445 or 9645551. OLE color: 9645551.

HSL color Cylindrical-coordinate representation of color #EF2D93: hue angle of 328.45º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D93 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB23945147-
CMYK00.810.380.06
HSL328.45º85.84%55.69%-
HSV(B)328.45º81.17%93.73%-
XYZ41.822.3329.71-
YUV114.63146.27216.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 45 (17.97% from 255) = 10.44%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=55.45%
G=10.44%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394514700.810.380.06328.4585.8455.69
HexEF2D930512661485638
Octal35755223012146651012670
Binary1110111110110110010011010100011001101101010010001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D93; }

 p { color: rgb(239,45,147); }

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

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

 a { background-color: rgb(239,45,147); }

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

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

 span { border-color: rgb(239,45,147); }

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