Html Css Color HEX #EC40AA Wild Strawberry

📋 copy color: '#EC40AA'

red 236 ◦ green 64 ◦ blue 170

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

Shades of Wild Strawberry #EC40AA

Tints of Wild Strawberry #EC40AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 50.21%
G = 13.62%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC40AA (or 0xEC40AA) is known color: Wild Strawberry. HEX triplet: EC, 40 and AA. RGB value is (236,64,170). Sum of RGB (Red+Green+Blue) = 236+64+170=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AA is #13BF55. Grayscale: #7F7F7F. Windows color (decimal): -1294166 or 11157740. OLE color: 11157740.

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

Color convert

RGB 236 64 170 -
CMYK 0 0.73 0.28 0.07
HSL 323.02º 0.82% 0.59% -
HSV(B) 323.02º 0.73% 0.93% -
XYZ 43.68 24.4 40.44 -
YUV 127.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 236 64 170 0 0.73 0.28 0.07 323.02 0.82 0.59
Hex EC 40 AA 0 49 1C 7 143 52 3B
Octal 354 100 252 0 111 34 7 503 122 73
Binary 11101100 1000000 10101010 0 1001001 11100 111 101000011 1010010 111011

Color Harmonies of #EC40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40AA

Black with #EC40AA

Text Example


Text Example

White with #EC40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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