Html Css Color HEX #EC3495 Wild Strawberry

📋 copy color: '#EC3495'

red 236 ◦ green 52 ◦ blue 149

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

Shades of Wild Strawberry #EC3495

Tints of Wild Strawberry #EC3495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 54%
G = 11.9%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3495 (or 0xEC3495) is known color: Wild Strawberry. HEX triplet: EC, 34 and 95. RGB value is (236,52,149). Sum of RGB (Red+Green+Blue) = 236+52+149=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3495 is #13CB6A. Grayscale: #757575. Windows color (decimal): -1297259 or 9778412. OLE color: 9778412.

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

Color convert

RGB 236 52 149 -
CMYK 0 0.78 0.37 0.07
HSL 328.37º 0.83% 0.56% -
HSV(B) 328.37º 0.78% 0.93% -
XYZ 41.24 22.46 30.59 -
YUV 118.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 236 52 149 0 0.78 0.37 0.07 328.37 0.83 0.56
Hex EC 34 95 0 4E 25 7 148 53 38
Octal 354 64 225 0 116 45 7 510 123 70
Binary 11101100 110100 10010101 0 1001110 100101 111 101001000 1010011 111000

Color Harmonies of #EC3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3495

Black with #EC3495

Text Example


Text Example

White with #EC3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3495; }

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

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

background-color css

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

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

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

border-color css

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

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

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