Html Css Color HEX #EC359D Wild Strawberry

📋 copy color: '#EC359D'

red 236 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #EC359D

Tints of Wild Strawberry #EC359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.88%

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

R = 52.91%
G = 11.88%
B = 35.2%

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

#EC359D (or 0xEC359D) is known color: Wild Strawberry. HEX triplet: EC, 35 and 9D. RGB value is (236,53,157). Sum of RGB (Red+Green+Blue) = 236+53+157=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC359D is #13CA62. Grayscale: #777777. Windows color (decimal): -1296995 or 10302956. OLE color: 10302956.

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

Color convert

RGB 236 53 157 -
CMYK 0 0.78 0.33 0.07
HSL 325.9º 0.83% 0.57% -
HSV(B) 325.9º 0.78% 0.93% -
XYZ 41.95 22.81 34.09 -
YUV 119.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 236 53 157 0 0.78 0.33 0.07 325.9 0.83 0.57
Hex EC 35 9D 0 4E 21 7 146 53 39
Octal 354 65 235 0 116 41 7 506 123 71
Binary 11101100 110101 10011101 0 1001110 100001 111 101000110 1010011 111001

Color Harmonies of #EC359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC359D

Black with #EC359D

Text Example


Text Example

White with #EC359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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