Html Css Color HEX #EC389E Wild Strawberry

📋 copy color: '#EC389E'

red 236 ◦ green 56 ◦ blue 158

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

Shades of Wild Strawberry #EC389E

Tints of Wild Strawberry #EC389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 52.44%
G = 12.44%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC389E (or 0xEC389E) is known color: Wild Strawberry. HEX triplet: EC, 38 and 9E. RGB value is (236,56,158). Sum of RGB (Red+Green+Blue) = 236+56+158=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC389E is #13C761. Grayscale: #797979. Windows color (decimal): -1296226 or 10369260. OLE color: 10369260.

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

Color convert

RGB 236 56 158 -
CMYK 0 0.76 0.33 0.07
HSL 326º 0.83% 0.57% -
HSV(B) 326º 0.76% 0.93% -
XYZ 42.18 23.13 34.59 -
YUV 121.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 236 56 158 0 0.76 0.33 0.07 326 0.83 0.57
Hex EC 38 9E 0 4C 21 7 146 53 39
Octal 354 70 236 0 114 41 7 506 123 71
Binary 11101100 111000 10011110 0 1001100 100001 111 101000110 1010011 111001

Color Harmonies of #EC389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC389E

Black with #EC389E

Text Example


Text Example

White with #EC389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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