Html Css Color HEX #EC369F Wild Strawberry

📋 copy color: '#EC369F'

red 236 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #EC369F

Tints of Wild Strawberry #EC369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 52.56%
G = 12.03%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC369F (or 0xEC369F) is known color: Wild Strawberry. HEX triplet: EC, 36 and 9F. RGB value is (236,54,159). Sum of RGB (Red+Green+Blue) = 236+54+159=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC369F is #13C960. Grayscale: #787878. Windows color (decimal): -1296737 or 10434284. OLE color: 10434284.

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

Color convert

RGB 236 54 159 -
CMYK 0 0.77 0.33 0.07
HSL 325.38º 0.83% 0.57% -
HSV(B) 325.38º 0.77% 0.93% -
XYZ 42.17 22.97 35.01 -
YUV 120.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 236 54 159 0 0.77 0.33 0.07 325.38 0.83 0.57
Hex EC 36 9F 0 4D 21 7 145 53 39
Octal 354 66 237 0 115 41 7 505 123 71
Binary 11101100 110110 10011111 0 1001101 100001 111 101000101 1010011 111001

Color Harmonies of #EC369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC369F

Black with #EC369F

Text Example


Text Example

White with #EC369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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