Html Css Color HEX #EC3595 Wild Strawberry

📋 copy color: '#EC3595'

red 236 ◦ green 53 ◦ blue 149

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

Shades of Wild Strawberry #EC3595

Tints of Wild Strawberry #EC3595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 53.88%
G = 12.1%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3595 (or 0xEC3595) is known color: Wild Strawberry. HEX triplet: EC, 35 and 95. RGB value is (236,53,149). Sum of RGB (Red+Green+Blue) = 236+53+149=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3595 is #13CA6A. Grayscale: #767676. Windows color (decimal): -1297003 or 9778668. OLE color: 9778668.

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

Color convert

RGB 236 53 149 -
CMYK 0 0.78 0.37 0.07
HSL 328.52º 0.83% 0.57% -
HSV(B) 328.52º 0.78% 0.93% -
XYZ 41.29 22.55 30.61 -
YUV 118.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 236 53 149 0 0.78 0.37 0.07 328.52 0.83 0.57
Hex EC 35 95 0 4E 25 7 149 53 39
Octal 354 65 225 0 116 45 7 511 123 71
Binary 11101100 110101 10010101 0 1001110 100101 111 101001001 1010011 111001

Color Harmonies of #EC3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3595

Black with #EC3595

Text Example


Text Example

White with #EC3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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