Html Css Color HEX #EC40A0 Wild Strawberry

📋 copy color: '#EC40A0'

red 236 ◦ green 64 ◦ blue 160

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

Shades of Wild Strawberry #EC40A0

Tints of Wild Strawberry #EC40A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.91%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 51.3%
G = 13.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC40A0 (or 0xEC40A0) is known color: Wild Strawberry. HEX triplet: EC, 40 and A0. RGB value is (236,64,160). Sum of RGB (Red+Green+Blue) = 236+64+160=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A0 is #13BF5F. Grayscale: #7E7E7E. Windows color (decimal): -1294176 or 10502380. OLE color: 10502380.

HSL color Cylindrical-coordinate representation of color #EC40A0: hue angle of 326.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40A0 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 160 -
CMYK 0 0.73 0.32 0.07
HSL 326.51º 0.82% 0.59% -
HSV(B) 326.51º 0.73% 0.93% -
XYZ 42.77 24.04 35.64 -
YUV 126.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 236 64 160 0 0.73 0.32 0.07 326.51 0.82 0.59
Hex EC 40 A0 0 49 20 7 147 52 3B
Octal 354 100 240 0 111 40 7 507 122 73
Binary 11101100 1000000 10100000 0 1001001 100000 111 101000111 1010010 111011

Color Harmonies of #EC40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40A0

Black with #EC40A0

Text Example


Text Example

White with #EC40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40A0; }

 p { color: rgb(236,64,160); }

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

background-color css

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

 a { background-color: rgb(236,64,160); }

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

border-color css

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

 span { border-color: rgb(236,64,160); }

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