Html Css Color HEX #EC42A1 Wild Strawberry

📋 copy color: '#EC42A1'

red 236 ◦ green 66 ◦ blue 161

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

Shades of Wild Strawberry #EC42A1

Tints of Wild Strawberry #EC42A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.25%

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

R = 50.97%
G = 14.25%
B = 34.77%

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

#EC42A1 (or 0xEC42A1) is known color: Wild Strawberry. HEX triplet: EC, 42 and A1. RGB value is (236,66,161). Sum of RGB (Red+Green+Blue) = 236+66+161=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A1 is #13BD5E. Grayscale: #7F7F7F. Windows color (decimal): -1293663 or 10568428. OLE color: 10568428.

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

Color convert

RGB 236 66 161 -
CMYK 0 0.72 0.32 0.07
HSL 326.47º 0.82% 0.59% -
HSV(B) 326.47º 0.72% 0.93% -
XYZ 42.97 24.3 36.14 -
YUV 127.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 236 66 161 0 0.72 0.32 0.07 326.47 0.82 0.59
Hex EC 42 A1 0 48 20 7 146 52 3B
Octal 354 102 241 0 110 40 7 506 122 73
Binary 11101100 1000010 10100001 0 1001000 100000 111 101000110 1010010 111011

Color Harmonies of #EC42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42A1

Black with #EC42A1

Text Example


Text Example

White with #EC42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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