Html Css Color HEX #EC41A1 Wild Strawberry

📋 copy color: '#EC41A1'

red 236 ◦ green 65 ◦ blue 161

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

Shades of Wild Strawberry #EC41A1

Tints of Wild Strawberry #EC41A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 51.08%
G = 14.07%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC41A1 (or 0xEC41A1) is known color: Wild Strawberry. HEX triplet: EC, 41 and A1. RGB value is (236,65,161). Sum of RGB (Red+Green+Blue) = 236+65+161=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41A1 is #13BE5E. Grayscale: #7E7E7E. Windows color (decimal): -1293919 or 10568172. OLE color: 10568172.

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

Color convert

RGB 236 65 161 -
CMYK 0 0.72 0.32 0.07
HSL 326.32º 0.82% 0.59% -
HSV(B) 326.32º 0.72% 0.93% -
XYZ 42.92 24.19 36.12 -
YUV 127.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 236 65 161 0 0.72 0.32 0.07 326.32 0.82 0.59
Hex EC 41 A1 0 48 20 7 146 52 3B
Octal 354 101 241 0 110 40 7 506 122 73
Binary 11101100 1000001 10100001 0 1001000 100000 111 101000110 1010010 111011

Color Harmonies of #EC41A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41A1

Black with #EC41A1

Text Example


Text Example

White with #EC41A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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