Html Css Color HEX #EC3396 Wild Strawberry

📋 copy color: '#EC3396'

red 236 ◦ green 51 ◦ blue 150

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

Shades of Wild Strawberry #EC3396

Tints of Wild Strawberry #EC3396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.32%

R = 54%
G = 11.67%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3396 (or 0xEC3396) is known color: Wild Strawberry. HEX triplet: EC, 33 and 96. RGB value is (236,51,150). Sum of RGB (Red+Green+Blue) = 236+51+150=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3396 is #13CC69. Grayscale: #757575. Windows color (decimal): -1297514 or 9843692. OLE color: 9843692.

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

Color convert

RGB 236 51 150 -
CMYK 0 0.78 0.36 0.07
HSL 327.89º 0.83% 0.56% -
HSV(B) 327.89º 0.78% 0.93% -
XYZ 41.28 22.4 31 -
YUV 117.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 236 51 150 0 0.78 0.36 0.07 327.89 0.83 0.56
Hex EC 33 96 0 4E 24 7 148 53 38
Octal 354 63 226 0 116 44 7 510 123 70
Binary 11101100 110011 10010110 0 1001110 100100 111 101001000 1010011 111000

Color Harmonies of #EC3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3396

Black with #EC3396

Text Example


Text Example

White with #EC3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3396; }

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

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

background-color css

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

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

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

border-color css

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

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

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