Html Css Color HEX #EC399B Wild Strawberry

📋 copy color: '#EC399B'

red 236 ◦ green 57 ◦ blue 155

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

Shades of Wild Strawberry #EC399B

Tints of Wild Strawberry #EC399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 52.68%
G = 12.72%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC399B (or 0xEC399B) is known color: Wild Strawberry. HEX triplet: EC, 39 and 9B. RGB value is (236,57,155). Sum of RGB (Red+Green+Blue) = 236+57+155=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC399B is #13C664. Grayscale: #797979. Windows color (decimal): -1295973 or 10172908. OLE color: 10172908.

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

Color convert

RGB 236 57 155 -
CMYK 0 0.76 0.34 0.07
HSL 327.15º 0.82% 0.57% -
HSV(B) 327.15º 0.76% 0.93% -
XYZ 41.97 23.13 33.26 -
YUV 121.69 146.8 209.53 -
System Red Green Blue C M Y K H S L
Decimal 236 57 155 0 0.76 0.34 0.07 327.15 0.82 0.57
Hex EC 39 9B 0 4C 22 7 147 52 39
Octal 354 71 233 0 114 42 7 507 122 71
Binary 11101100 111001 10011011 0 1001100 100010 111 101000111 1010010 111001

Color Harmonies of #EC399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC399B

Black with #EC399B

Text Example


Text Example

White with #EC399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC399B; }

 p { color: rgb(236,57,155); }

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

background-color css

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

 a { background-color: rgb(236,57,155); }

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

border-color css

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

 span { border-color: rgb(236,57,155); }

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