Html Css Color HEX #EC329C Wild Strawberry

📋 copy color: '#EC329C'

red 236 ◦ green 50 ◦ blue 156

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

Shades of Wild Strawberry #EC329C

Tints of Wild Strawberry #EC329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 53.39%
G = 11.31%
B = 35.29%

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

#EC329C (or 0xEC329C) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9C. RGB value is (236,50,156). Sum of RGB (Red+Green+Blue) = 236+50+156=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329C is #13CD63. Grayscale: #757575. Windows color (decimal): -1297764 or 10236652. OLE color: 10236652.

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

Color convert

RGB 236 50 156 -
CMYK 0 0.79 0.34 0.07
HSL 325.81º 0.83% 0.56% -
HSV(B) 325.81º 0.79% 0.93% -
XYZ 41.73 22.51 33.6 -
YUV 117.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 236 50 156 0 0.79 0.34 0.07 325.81 0.83 0.56
Hex EC 32 9C 0 4F 22 7 146 53 38
Octal 354 62 234 0 117 42 7 506 123 70
Binary 11101100 110010 10011100 0 1001111 100010 111 101000110 1010011 111000

Color Harmonies of #EC329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC329C

Black with #EC329C

Text Example


Text Example

White with #EC329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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