Html Css Color HEX #EC3491 Wild Strawberry

📋 copy color: '#EC3491'

red 236 ◦ green 52 ◦ blue 145

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

Shades of Wild Strawberry #EC3491

Tints of Wild Strawberry #EC3491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 54.5%
G = 12.01%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC3491 (or 0xEC3491) is known color: Wild Strawberry. HEX triplet: EC, 34 and 91. RGB value is (236,52,145). Sum of RGB (Red+Green+Blue) = 236+52+145=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3491 is #13CB6E. Grayscale: #757575. Windows color (decimal): -1297263 or 9516268. OLE color: 9516268.

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

Color convert

RGB 236 52 145 -
CMYK 0 0.78 0.39 0.07
HSL 329.67º 0.83% 0.56% -
HSV(B) 329.67º 0.78% 0.93% -
XYZ 40.93 22.33 28.94 -
YUV 117.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 236 52 145 0 0.78 0.39 0.07 329.67 0.83 0.56
Hex EC 34 91 0 4E 27 7 14A 53 38
Octal 354 64 221 0 116 47 7 512 123 70
Binary 11101100 110100 10010001 0 1001110 100111 111 101001010 1010011 111000

Color Harmonies of #EC3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3491

Black with #EC3491

Text Example


Text Example

White with #EC3491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3491; }

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

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

background-color css

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

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

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

border-color css

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

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

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