Html Css Color HEX #EC3A95 Wild Strawberry

📋 copy color: '#EC3A95'

red 236 ◦ green 58 ◦ blue 149

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

Shades of Wild Strawberry #EC3A95

Tints of Wild Strawberry #EC3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.09%

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

R = 53.27%
G = 13.09%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3A95 (or 0xEC3A95) is known color: Wild Strawberry. HEX triplet: EC, 3A and 95. RGB value is (236,58,149). Sum of RGB (Red+Green+Blue) = 236+58+149=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A95 is #13C56A. Grayscale: #797979. Windows color (decimal): -1295723 or 9779948. OLE color: 9779948.

HSL color Cylindrical-coordinate representation of color #EC3A95: hue angle of 329.33º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A95 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 149 -
CMYK 0 0.75 0.37 0.07
HSL 329.33º 0.82% 0.58% -
HSV(B) 329.33º 0.75% 0.93% -
XYZ 41.53 23.03 30.69 -
YUV 121.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 236 58 149 0 0.75 0.37 0.07 329.33 0.82 0.58
Hex EC 3A 95 0 4B 25 7 149 52 3A
Octal 354 72 225 0 113 45 7 511 122 72
Binary 11101100 111010 10010101 0 1001011 100101 111 101001001 1010010 111010

Color Harmonies of #EC3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A95

Black with #EC3A95

Text Example


Text Example

White with #EC3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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