Html Css Color HEX #EC3496 Wild Strawberry

📋 copy color: '#EC3496'

red 236 ◦ green 52 ◦ blue 150

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

Shades of Wild Strawberry #EC3496

Tints of Wild Strawberry #EC3496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

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

R = 53.88%
G = 11.87%
B = 34.25%

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

#EC3496 (or 0xEC3496) is known color: Wild Strawberry. HEX triplet: EC, 34 and 96. RGB value is (236,52,150). Sum of RGB (Red+Green+Blue) = 236+52+150=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3496 is #13CB69. Grayscale: #757575. Windows color (decimal): -1297258 or 9843948. OLE color: 9843948.

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

Color convert

RGB 236 52 150 -
CMYK 0 0.78 0.36 0.07
HSL 328.04º 0.83% 0.56% -
HSV(B) 328.04º 0.78% 0.93% -
XYZ 41.33 22.49 31.02 -
YUV 118.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 236 52 150 0 0.78 0.36 0.07 328.04 0.83 0.56
Hex EC 34 96 0 4E 24 7 148 53 38
Octal 354 64 226 0 116 44 7 510 123 70
Binary 11101100 110100 10010110 0 1001110 100100 111 101001000 1010011 111000

Color Harmonies of #EC3496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3496

Black with #EC3496

Text Example


Text Example

White with #EC3496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3496; }

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

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

background-color css

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

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

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

border-color css

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

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

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