#EC42A7

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

Shades of Wild Strawberry #EC42A7

Tints of Wild Strawberry #EC42A7

Color information

#EC42A7 (or 0xEC42A7) is unknown color: approx Wild Strawberry. HEX triplet: EC, 42 and A7. RGB value is (236,66,167). Sum of RGB (Red+Green+Blue) = 236+66+167=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A7 is #13BD58. Grayscale: #808080. Windows color (decimal): -1293657 or 10961644. OLE color: 10961644.

HSL color Cylindrical-coordinate representation of color #EC42A7: hue angle of 324.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42A7 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB23666167-
CMYK00.720.290.07
HSL324.35º81.73%59.22%-
HSV(B)324.35º72.03%92.55%-
XYZ43.5224.5239-
YUV128.34149.82204.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 66 (26.17% from 255) = 14.07%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=50.32%
G=14.07%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366616700.720.290.07324.3581.7359.22
HexEC42A70481D7144523b
Octal354102247011035750412273
Binary1110110010000101010011101001000111011111010001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42A7; }

 p { color: rgb(236,66,167); }

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

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

 a { background-color: rgb(236,66,167); }

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

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

 span { border-color: rgb(236,66,167); }

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