Html Css Color HEX #EC40A9 Wild Strawberry

📋 copy color: '#EC40A9'

red 236 ◦ green 64 ◦ blue 169

#EC40A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #EC40A9

Tints of Wild Strawberry #EC40A9

RGB

 RED value IS 236 (92.58% from 255) = 50.32%

 GREEN value IS 64 (25.39% from 255) = 13.65%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 50.32%
G = 13.65%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC40A9 (or 0xEC40A9) is known color: Wild Strawberry. HEX triplet: EC, 40 and A9. RGB value is (236,64,169). Sum of RGB (Red+Green+Blue) = 236+64+169=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A9 is #13BF56. Grayscale: #7F7F7F. Windows color (decimal): -1294167 or 11092204. OLE color: 11092204.

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

Color convert

RGB 236 64 169 -
CMYK 0 0.73 0.28 0.07
HSL 323.37º 0.82% 0.59% -
HSV(B) 323.37º 0.73% 0.93% -
XYZ 43.59 24.36 39.94 -
YUV 127.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 236 64 169 0 0.73 0.28 0.07 323.37 0.82 0.59
Hex EC 40 A9 0 49 1C 7 143 52 3B
Octal 354 100 251 0 111 34 7 503 122 73
Binary 11101100 1000000 10101001 0 1001001 11100 111 101000011 1010010 111011

Color Harmonies of #EC40A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40A9

Black with #EC40A9

Text Example


Text Example

White with #EC40A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40A9; }

 p { color: rgb(236,64,169); }

 H1.HeaderClassName
 {
   color: #EC40A9;
 }
 .AnyTagClassName
 {
   color: #EC40A9;
 }
</style>

background-color css

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

 a { background-color: rgb(236,64,169); }

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

border-color css

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

 span { border-color: rgb(236,64,169); }

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