Html Css Color HEX #EC349F Wild Strawberry

📋 copy color: '#EC349F'

red 236 ◦ green 52 ◦ blue 159

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

Shades of Wild Strawberry #EC349F

Tints of Wild Strawberry #EC349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.63%

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

R = 52.8%
G = 11.63%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC349F (or 0xEC349F) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9F. RGB value is (236,52,159). Sum of RGB (Red+Green+Blue) = 236+52+159=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349F is #13CB60. Grayscale: #767676. Windows color (decimal): -1297249 or 10433772. OLE color: 10433772.

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

Color convert

RGB 236 52 159 -
CMYK 0 0.78 0.33 0.07
HSL 325.11º 0.83% 0.56% -
HSV(B) 325.11º 0.78% 0.93% -
XYZ 42.08 22.79 34.98 -
YUV 119.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 236 52 159 0 0.78 0.33 0.07 325.11 0.83 0.56
Hex EC 34 9F 0 4E 21 7 145 53 38
Octal 354 64 237 0 116 41 7 505 123 70
Binary 11101100 110100 10011111 0 1001110 100001 111 101000101 1010011 111000

Color Harmonies of #EC349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC349F

Black with #EC349F

Text Example


Text Example

White with #EC349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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