Html Css Color HEX #EC389A Wild Strawberry

📋 copy color: '#EC389A'

red 236 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #EC389A

Tints of Wild Strawberry #EC389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 52.91%
G = 12.56%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC389A (or 0xEC389A) is known color: Wild Strawberry. HEX triplet: EC, 38 and 9A. RGB value is (236,56,154). Sum of RGB (Red+Green+Blue) = 236+56+154=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC389A is #13C765. Grayscale: #787878. Windows color (decimal): -1296230 or 10107116. OLE color: 10107116.

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

Color convert

RGB 236 56 154 -
CMYK 0 0.76 0.35 0.07
HSL 327.33º 0.83% 0.57% -
HSV(B) 327.33º 0.76% 0.93% -
XYZ 41.84 22.99 32.81 -
YUV 120.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 236 56 154 0 0.76 0.35 0.07 327.33 0.83 0.57
Hex EC 38 9A 0 4C 23 7 147 53 39
Octal 354 70 232 0 114 43 7 507 123 71
Binary 11101100 111000 10011010 0 1001100 100011 111 101000111 1010011 111001

Color Harmonies of #EC389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC389A

Black with #EC389A

Text Example


Text Example

White with #EC389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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