Html Css Color HEX #EC349D Wild Strawberry

📋 copy color: '#EC349D'

red 236 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #EC349D

Tints of Wild Strawberry #EC349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

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

R = 53.03%
G = 11.69%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC349D (or 0xEC349D) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9D. RGB value is (236,52,157). Sum of RGB (Red+Green+Blue) = 236+52+157=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349D is #13CB62. Grayscale: #767676. Windows color (decimal): -1297251 or 10302700. OLE color: 10302700.

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

Color convert

RGB 236 52 157 -
CMYK 0 0.78 0.33 0.07
HSL 325.76º 0.83% 0.56% -
HSV(B) 325.76º 0.78% 0.93% -
XYZ 41.91 22.72 34.08 -
YUV 118.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 236 52 157 0 0.78 0.33 0.07 325.76 0.83 0.56
Hex EC 34 9D 0 4E 21 7 146 53 38
Octal 354 64 235 0 116 41 7 506 123 70
Binary 11101100 110100 10011101 0 1001110 100001 111 101000110 1010011 111000

Color Harmonies of #EC349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC349D

Black with #EC349D

Text Example


Text Example

White with #EC349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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