Html Css Color HEX #EC3294 Wild Strawberry

📋 copy color: '#EC3294'

red 236 ◦ green 50 ◦ blue 148

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

Shades of Wild Strawberry #EC3294

Tints of Wild Strawberry #EC3294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 54.38%
G = 11.52%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3294 (or 0xEC3294) is known color: Wild Strawberry. HEX triplet: EC, 32 and 94. RGB value is (236,50,148). Sum of RGB (Red+Green+Blue) = 236+50+148=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3294 is #13CD6B. Grayscale: #747474. Windows color (decimal): -1297772 or 9712364. OLE color: 9712364.

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

Color convert

RGB 236 50 148 -
CMYK 0 0.79 0.37 0.07
HSL 328.39º 0.83% 0.56% -
HSV(B) 328.39º 0.79% 0.93% -
XYZ 41.08 22.25 30.15 -
YUV 116.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 236 50 148 0 0.79 0.37 0.07 328.39 0.83 0.56
Hex EC 32 94 0 4F 25 7 148 53 38
Octal 354 62 224 0 117 45 7 510 123 70
Binary 11101100 110010 10010100 0 1001111 100101 111 101001000 1010011 111000

Color Harmonies of #EC3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3294

Black with #EC3294

Text Example


Text Example

White with #EC3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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