Html Css Color HEX #EC40A1 Wild Strawberry

📋 copy color: '#EC40A1'

red 236 ◦ green 64 ◦ blue 161

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

Shades of Wild Strawberry #EC40A1

Tints of Wild Strawberry #EC40A1

RGB

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

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

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

R = 51.19%
G = 13.88%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC40A1 (or 0xEC40A1) is known color: Wild Strawberry. HEX triplet: EC, 40 and A1. RGB value is (236,64,161). Sum of RGB (Red+Green+Blue) = 236+64+161=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A1 is #13BF5E. Grayscale: #7E7E7E. Windows color (decimal): -1294175 or 10567916. OLE color: 10567916.

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

Color convert

RGB 236 64 161 -
CMYK 0 0.73 0.32 0.07
HSL 326.16º 0.82% 0.59% -
HSV(B) 326.16º 0.73% 0.93% -
XYZ 42.86 24.07 36.11 -
YUV 126.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 236 64 161 0 0.73 0.32 0.07 326.16 0.82 0.59
Hex EC 40 A1 0 49 20 7 146 52 3B
Octal 354 100 241 0 111 40 7 506 122 73
Binary 11101100 1000000 10100001 0 1001001 100000 111 101000110 1010010 111011

Color Harmonies of #EC40A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40A1

Black with #EC40A1

Text Example


Text Example

White with #EC40A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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