Html Css Color HEX #EC41A9 Wild Strawberry

📋 copy color: '#EC41A9'

red 236 ◦ green 65 ◦ blue 169

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

Shades of Wild Strawberry #EC41A9

Tints of Wild Strawberry #EC41A9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

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

R = 50.21%
G = 13.83%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC41A9 (or 0xEC41A9) is known color: Wild Strawberry. HEX triplet: EC, 41 and A9. RGB value is (236,65,169). Sum of RGB (Red+Green+Blue) = 236+65+169=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41A9 is #13BE56. Grayscale: #7F7F7F. Windows color (decimal): -1293911 or 11092460. OLE color: 11092460.

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

Color convert

RGB 236 65 169 -
CMYK 0 0.72 0.28 0.07
HSL 323.51º 0.82% 0.59% -
HSV(B) 323.51º 0.72% 0.93% -
XYZ 43.64 24.48 39.96 -
YUV 127.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 236 65 169 0 0.72 0.28 0.07 323.51 0.82 0.59
Hex EC 41 A9 0 48 1C 7 144 52 3B
Octal 354 101 251 0 110 34 7 504 122 73
Binary 11101100 1000001 10101001 0 1001000 11100 111 101000100 1010010 111011

Color Harmonies of #EC41A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41A9

Black with #EC41A9

Text Example


Text Example

White with #EC41A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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