Html Css Color HEX #EC3392 Wild Strawberry

📋 copy color: '#EC3392'

red 236 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #EC3392

Tints of Wild Strawberry #EC3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 54.5%
G = 11.78%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC3392 (or 0xEC3392) is known color: Wild Strawberry. HEX triplet: EC, 33 and 92. RGB value is (236,51,146). Sum of RGB (Red+Green+Blue) = 236+51+146=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3392 is #13CC6D. Grayscale: #747474. Windows color (decimal): -1297518 or 9581548. OLE color: 9581548.

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

Color convert

RGB 236 51 146 -
CMYK 0 0.78 0.38 0.07
HSL 329.19º 0.83% 0.56% -
HSV(B) 329.19º 0.78% 0.93% -
XYZ 40.96 22.28 29.33 -
YUV 117.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 236 51 146 0 0.78 0.38 0.07 329.19 0.83 0.56
Hex EC 33 92 0 4E 26 7 149 53 38
Octal 354 63 222 0 116 46 7 511 123 70
Binary 11101100 110011 10010010 0 1001110 100110 111 101001001 1010011 111000

Color Harmonies of #EC3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3392

Black with #EC3392

Text Example


Text Example

White with #EC3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3392; }

 p { color: rgb(236,51,146); }

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

background-color css

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

 a { background-color: rgb(236,51,146); }

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

border-color css

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

 span { border-color: rgb(236,51,146); }

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