#ef42a4

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

Shades of Wild Strawberry #EF42A4

Tints of Wild Strawberry #EF42A4

Color information

#EF42A4 (or 0xEF42A4) is unknown color: approx Wild Strawberry. HEX triplet: EF, 42 and A4. RGB value is (239,66,164). Sum of RGB (Red+Green+Blue) = 239+66+164=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42A4 is #10BD5B. Grayscale: #808080. Windows color (decimal): -1097052 or 10765039. OLE color: 10765039.

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

Color convert

RGB23966164-
CMYK00.720.310.06
HSL326.01º84.39%59.8%-
HSV(B)326.01º72.38%93.73%-
XYZ44.2524.9337.6-
YUV128.9147.81206.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 66 (26.17% from 255) = 14.07%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=50.96%
G=14.07%
B=34.97%

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
Decimal2396616400.720.310.06326.0184.3959.8
HexEF42A40481F6146543c
Octal357102244011037650612474
Binary1110111110000101010010001001000111111101010001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef42a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef42a4; }

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

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

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

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

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

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

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

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