Html Css Color HEX #EC3096 Wild Strawberry

📋 copy color: '#EC3096'

red 236 ◦ green 48 ◦ blue 150

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

Shades of Wild Strawberry #EC3096

Tints of Wild Strawberry #EC3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

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

R = 54.38%
G = 11.06%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3096 (or 0xEC3096) is known color: Wild Strawberry. HEX triplet: EC, 30 and 96. RGB value is (236,48,150). Sum of RGB (Red+Green+Blue) = 236+48+150=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3096 is #13CF69. Grayscale: #737373. Windows color (decimal): -1298282 or 9842924. OLE color: 9842924.

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

Color convert

RGB 236 48 150 -
CMYK 0 0.80 0.36 0.07
HSL 327.45º 0.83% 0.56% -
HSV(B) 327.45º 0.8% 0.93% -
XYZ 41.15 22.15 30.96 -
YUV 115.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 236 48 150 0 0.80 0.36 0.07 327.45 0.83 0.56
Hex EC 30 96 0 50 24 7 147 53 38
Octal 354 60 226 0 120 44 7 507 123 70
Binary 11101100 110000 10010110 0 1010000 100100 111 101000111 1010011 111000

Color Harmonies of #EC3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3096

Black with #EC3096

Text Example


Text Example

White with #EC3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3096; }

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

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

background-color css

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

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

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

border-color css

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

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

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