Html Css Color HEX #EC2992 Wild Strawberry

📋 copy color: '#EC2992'

red 236 ◦ green 41 ◦ blue 146

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

Shades of Wild Strawberry #EC2992

Tints of Wild Strawberry #EC2992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 55.79%
G = 9.69%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC2992 (or 0xEC2992) is known color: Wild Strawberry. HEX triplet: EC, 29 and 92. RGB value is (236,41,146). Sum of RGB (Red+Green+Blue) = 236+41+146=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2992 is #13D66D. Grayscale: #6F6F6F. Windows color (decimal): -1300078 or 9578988. OLE color: 9578988.

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

Color convert

RGB 236 41 146 -
CMYK 0 0.83 0.38 0.07
HSL 327.69º 0.84% 0.54% -
HSV(B) 327.69º 0.83% 0.93% -
XYZ 40.57 21.49 29.2 -
YUV 111.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 236 41 146 0 0.83 0.38 0.07 327.69 0.84 0.54
Hex EC 29 92 0 53 26 7 148 54 36
Octal 354 51 222 0 123 46 7 510 124 66
Binary 11101100 101001 10010010 0 1010011 100110 111 101001000 1010100 110110

Color Harmonies of #EC2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2992

Black with #EC2992

Text Example


Text Example

White with #EC2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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