Html Css Color HEX #EC329A Wild Strawberry

📋 copy color: '#EC329A'

red 236 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #EC329A

Tints of Wild Strawberry #EC329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 53.64%
G = 11.36%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC329A (or 0xEC329A) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9A. RGB value is (236,50,154). Sum of RGB (Red+Green+Blue) = 236+50+154=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329A is #13CD65. Grayscale: #757575. Windows color (decimal): -1297766 or 10105580. OLE color: 10105580.

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

Color convert

RGB 236 50 154 -
CMYK 0 0.79 0.35 0.07
HSL 326.45º 0.83% 0.56% -
HSV(B) 326.45º 0.79% 0.93% -
XYZ 41.57 22.45 32.71 -
YUV 117.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 236 50 154 0 0.79 0.35 0.07 326.45 0.83 0.56
Hex EC 32 9A 0 4F 23 7 146 53 38
Octal 354 62 232 0 117 43 7 506 123 70
Binary 11101100 110010 10011010 0 1001111 100011 111 101000110 1010011 111000

Color Harmonies of #EC329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC329A

Black with #EC329A

Text Example


Text Example

White with #EC329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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