Html Css Color HEX #EC329D Wild Strawberry

📋 copy color: '#EC329D'

red 236 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #EC329D

Tints of Wild Strawberry #EC329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

 BLUE value IS 157 (61.72% from 255) = 35.44%

R = 53.27%
G = 11.29%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC329D (or 0xEC329D) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9D. RGB value is (236,50,157). Sum of RGB (Red+Green+Blue) = 236+50+157=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329D is #13CD62. Grayscale: #757575. Windows color (decimal): -1297763 or 10302188. OLE color: 10302188.

HSL color Cylindrical-coordinate representation of color #EC329D: hue angle of 325.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC329D is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 157 -
CMYK 0 0.79 0.33 0.07
HSL 325.48º 0.83% 0.56% -
HSV(B) 325.48º 0.79% 0.93% -
XYZ 41.82 22.55 34.05 -
YUV 117.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 236 50 157 0 0.79 0.33 0.07 325.48 0.83 0.56
Hex EC 32 9D 0 4F 21 7 145 53 38
Octal 354 62 235 0 117 41 7 505 123 70
Binary 11101100 110010 10011101 0 1001111 100001 111 101000101 1010011 111000

Color Harmonies of #EC329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC329D

Black with #EC329D

Text Example


Text Example

White with #EC329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC329D; }

 p { color: rgb(236,50,157); }

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

background-color css

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

 a { background-color: rgb(236,50,157); }

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

border-color css

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

 span { border-color: rgb(236,50,157); }

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