Html Css Color HEX #EC3895 Wild Strawberry

📋 copy color: '#EC3895'

red 236 ◦ green 56 ◦ blue 149

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

Shades of Wild Strawberry #EC3895

Tints of Wild Strawberry #EC3895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

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

R = 53.51%
G = 12.7%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3895 (or 0xEC3895) is known color: Wild Strawberry. HEX triplet: EC, 38 and 95. RGB value is (236,56,149). Sum of RGB (Red+Green+Blue) = 236+56+149=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3895 is #13C76A. Grayscale: #787878. Windows color (decimal): -1296235 or 9779436. OLE color: 9779436.

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

Color convert

RGB 236 56 149 -
CMYK 0 0.76 0.37 0.07
HSL 329º 0.83% 0.57% -
HSV(B) 329º 0.76% 0.93% -
XYZ 41.43 22.83 30.66 -
YUV 120.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 236 56 149 0 0.76 0.37 0.07 329 0.83 0.57
Hex EC 38 95 0 4C 25 7 149 53 39
Octal 354 70 225 0 114 45 7 511 123 71
Binary 11101100 111000 10010101 0 1001100 100101 111 101001001 1010011 111001

Color Harmonies of #EC3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3895

Black with #EC3895

Text Example


Text Example

White with #EC3895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3895; }

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

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

background-color css

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

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

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

border-color css

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

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

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