Html Css Color HEX #EC3499 Wild Strawberry

📋 copy color: '#EC3499'

red 236 ◦ green 52 ◦ blue 153

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

Shades of Wild Strawberry #EC3499

Tints of Wild Strawberry #EC3499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 53.51%
G = 11.79%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC3499 (or 0xEC3499) is known color: Wild Strawberry. HEX triplet: EC, 34 and 99. RGB value is (236,52,153). Sum of RGB (Red+Green+Blue) = 236+52+153=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3499 is #13CB66. Grayscale: #767676. Windows color (decimal): -1297255 or 10040556. OLE color: 10040556.

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

Color convert

RGB 236 52 153 -
CMYK 0 0.78 0.35 0.07
HSL 327.07º 0.83% 0.56% -
HSV(B) 327.07º 0.78% 0.93% -
XYZ 41.57 22.59 32.31 -
YUV 118.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 236 52 153 0 0.78 0.35 0.07 327.07 0.83 0.56
Hex EC 34 99 0 4E 23 7 147 53 38
Octal 354 64 231 0 116 43 7 507 123 70
Binary 11101100 110100 10011001 0 1001110 100011 111 101000111 1010011 111000

Color Harmonies of #EC3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3499

Black with #EC3499

Text Example


Text Example

White with #EC3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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