Html Css Color HEX #EC3296 Wild Strawberry

📋 copy color: '#EC3296'

red 236 ◦ green 50 ◦ blue 150

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

Shades of Wild Strawberry #EC3296

Tints of Wild Strawberry #EC3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.47%

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

R = 54.13%
G = 11.47%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3296 (or 0xEC3296) is known color: Wild Strawberry. HEX triplet: EC, 32 and 96. RGB value is (236,50,150). Sum of RGB (Red+Green+Blue) = 236+50+150=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3296 is #13CD69. Grayscale: #747474. Windows color (decimal): -1297770 or 9843436. OLE color: 9843436.

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

Color convert

RGB 236 50 150 -
CMYK 0 0.79 0.36 0.07
HSL 327.74º 0.83% 0.56% -
HSV(B) 327.74º 0.79% 0.93% -
XYZ 41.24 22.32 30.99 -
YUV 117.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 236 50 150 0 0.79 0.36 0.07 327.74 0.83 0.56
Hex EC 32 96 0 4F 24 7 148 53 38
Octal 354 62 226 0 117 44 7 510 123 70
Binary 11101100 110010 10010110 0 1001111 100100 111 101001000 1010011 111000

Color Harmonies of #EC3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3296

Black with #EC3296

Text Example


Text Example

White with #EC3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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