Html Css Color HEX #EC389B Wild Strawberry

📋 copy color: '#EC389B'

red 236 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #EC389B

Tints of Wild Strawberry #EC389B

RGB

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

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

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

R = 52.8%
G = 12.53%
B = 34.68%

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

#EC389B (or 0xEC389B) is known color: Wild Strawberry. HEX triplet: EC, 38 and 9B. RGB value is (236,56,155). Sum of RGB (Red+Green+Blue) = 236+56+155=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC389B is #13C764. Grayscale: #787878. Windows color (decimal): -1296229 or 10172652. OLE color: 10172652.

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

Color convert

RGB 236 56 155 -
CMYK 0 0.76 0.34 0.07
HSL 327º 0.83% 0.57% -
HSV(B) 327º 0.76% 0.93% -
XYZ 41.92 23.03 33.25 -
YUV 121.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 236 56 155 0 0.76 0.34 0.07 327 0.83 0.57
Hex EC 38 9B 0 4C 22 7 147 53 39
Octal 354 70 233 0 114 42 7 507 123 71
Binary 11101100 111000 10011011 0 1001100 100010 111 101000111 1010011 111001

Color Harmonies of #EC389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC389B

Black with #EC389B

Text Example


Text Example

White with #EC389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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