Html Css Color HEX #EC3F9F Wild Strawberry

📋 copy color: '#EC3F9F'

red 236 ◦ green 63 ◦ blue 159

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

Shades of Wild Strawberry #EC3F9F

Tints of Wild Strawberry #EC3F9F

RGB

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

 GREEN value IS 63 (25% from 255) = 13.76%

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 51.53%
G = 13.76%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC3F9F (or 0xEC3F9F) is known color: Wild Strawberry. HEX triplet: EC, 3F and 9F. RGB value is (236,63,159). Sum of RGB (Red+Green+Blue) = 236+63+159=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F9F is #13C060. Grayscale: #7D7D7D. Windows color (decimal): -1294433 or 10436588. OLE color: 10436588.

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

Color convert

RGB 236 63 159 -
CMYK 0 0.73 0.33 0.07
HSL 326.71º 0.82% 0.59% -
HSV(B) 326.71º 0.73% 0.93% -
XYZ 42.63 23.89 35.17 -
YUV 125.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 236 63 159 0 0.73 0.33 0.07 326.71 0.82 0.59
Hex EC 3F 9F 0 49 21 7 147 52 3B
Octal 354 77 237 0 111 41 7 507 122 73
Binary 11101100 111111 10011111 0 1001001 100001 111 101000111 1010010 111011

Color Harmonies of #EC3F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F9F

Black with #EC3F9F

Text Example


Text Example

White with #EC3F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F9F; }

 p { color: rgb(236,63,159); }

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

background-color css

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

 a { background-color: rgb(236,63,159); }

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

border-color css

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

 span { border-color: rgb(236,63,159); }

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