Html Css Color HEX #EC3A9F Wild Strawberry

📋 copy color: '#EC3A9F'

red 236 ◦ green 58 ◦ blue 159

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

Shades of Wild Strawberry #EC3A9F

Tints of Wild Strawberry #EC3A9F

RGB

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

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

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

R = 52.1%
G = 12.8%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC3A9F (or 0xEC3A9F) is known color: Wild Strawberry. HEX triplet: EC, 3A and 9F. RGB value is (236,58,159). Sum of RGB (Red+Green+Blue) = 236+58+159=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A9F is #13C560. Grayscale: #7A7A7A. Windows color (decimal): -1295713 or 10435308. OLE color: 10435308.

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

Color convert

RGB 236 58 159 -
CMYK 0 0.75 0.33 0.07
HSL 325.96º 0.82% 0.58% -
HSV(B) 325.96º 0.75% 0.93% -
XYZ 42.36 23.36 35.08 -
YUV 122.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 236 58 159 0 0.75 0.33 0.07 325.96 0.82 0.58
Hex EC 3A 9F 0 4B 21 7 146 52 3A
Octal 354 72 237 0 113 41 7 506 122 72
Binary 11101100 111010 10011111 0 1001011 100001 111 101000110 1010010 111010

Color Harmonies of #EC3A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A9F

Black with #EC3A9F

Text Example


Text Example

White with #EC3A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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