Html Css Color HEX #EC2994 Wild Strawberry

📋 copy color: '#EC2994'

red 236 ◦ green 41 ◦ blue 148

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

Shades of Wild Strawberry #EC2994

Tints of Wild Strawberry #EC2994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 55.53%
G = 9.65%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC2994 (or 0xEC2994) is known color: Wild Strawberry. HEX triplet: EC, 29 and 94. RGB value is (236,41,148). Sum of RGB (Red+Green+Blue) = 236+41+148=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2994 is #13D66B. Grayscale: #6F6F6F. Windows color (decimal): -1300076 or 9710060. OLE color: 9710060.

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

Color convert

RGB 236 41 148 -
CMYK 0 0.83 0.37 0.07
HSL 327.08º 0.84% 0.54% -
HSV(B) 327.08º 0.83% 0.93% -
XYZ 40.73 21.56 30.03 -
YUV 111.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 236 41 148 0 0.83 0.37 0.07 327.08 0.84 0.54
Hex EC 29 94 0 53 25 7 147 54 36
Octal 354 51 224 0 123 45 7 507 124 66
Binary 11101100 101001 10010100 0 1010011 100101 111 101000111 1010100 110110

Color Harmonies of #EC2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2994

Black with #EC2994

Text Example


Text Example

White with #EC2994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2994; }

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

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

background-color css

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

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

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

border-color css

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

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

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