#EF42A5

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

Shades of Wild Strawberry #EF42A5

Tints of Wild Strawberry #EF42A5

Color information

#EF42A5 (or 0xEF42A5) is unknown color: approx Wild Strawberry. HEX triplet: EF, 42 and A5. RGB value is (239,66,165). Sum of RGB (Red+Green+Blue) = 239+66+165=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42A5 is #10BD5A. Grayscale: #808080. Windows color (decimal): -1097051 or 10830575. OLE color: 10830575.

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

Color convert

RGB23966165-
CMYK00.720.310.06
HSL325.66º84.39%59.8%-
HSV(B)325.66º72.38%93.73%-
XYZ44.3424.9638.08-
YUV129.01148.31206.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=50.85%
G=14.04%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396616500.720.310.06325.6684.3959.8
HexEF42A50481F6146543c
Octal357102245011037650612474
Binary1110111110000101010010101001000111111101010001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF42A5; }

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

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

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

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

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

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

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

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