Html Css Color HEX #EC329B Wild Strawberry

📋 copy color: '#EC329B'

red 236 ◦ green 50 ◦ blue 155

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

Shades of Wild Strawberry #EC329B

Tints of Wild Strawberry #EC329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 53.51%
G = 11.34%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC329B (or 0xEC329B) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9B. RGB value is (236,50,155). Sum of RGB (Red+Green+Blue) = 236+50+155=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329B is #13CD64. Grayscale: #757575. Windows color (decimal): -1297765 or 10171116. OLE color: 10171116.

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

Color convert

RGB 236 50 155 -
CMYK 0 0.79 0.34 0.07
HSL 326.13º 0.83% 0.56% -
HSV(B) 326.13º 0.79% 0.93% -
XYZ 41.65 22.48 33.15 -
YUV 117.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 236 50 155 0 0.79 0.34 0.07 326.13 0.83 0.56
Hex EC 32 9B 0 4F 22 7 146 53 38
Octal 354 62 233 0 117 42 7 506 123 70
Binary 11101100 110010 10011011 0 1001111 100010 111 101000110 1010011 111000

Color Harmonies of #EC329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC329B

Black with #EC329B

Text Example


Text Example

White with #EC329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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