Html Css Color HEX #EC40AB Wild Strawberry

📋 copy color: '#EC40AB'

red 236 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #EC40AB

Tints of Wild Strawberry #EC40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 50.11%
G = 13.59%
B = 36.31%

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

#EC40AB (or 0xEC40AB) is known color: Wild Strawberry. HEX triplet: EC, 40 and AB. RGB value is (236,64,171). Sum of RGB (Red+Green+Blue) = 236+64+171=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AB is #13BF54. Grayscale: #7F7F7F. Windows color (decimal): -1294165 or 11223276. OLE color: 11223276.

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

Color convert

RGB 236 64 171 -
CMYK 0 0.73 0.28 0.07
HSL 322.67º 0.82% 0.59% -
HSV(B) 322.67º 0.73% 0.93% -
XYZ 43.78 24.44 40.94 -
YUV 127.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 236 64 171 0 0.73 0.28 0.07 322.67 0.82 0.59
Hex EC 40 AB 0 49 1C 7 143 52 3B
Octal 354 100 253 0 111 34 7 503 122 73
Binary 11101100 1000000 10101011 0 1001001 11100 111 101000011 1010010 111011

Color Harmonies of #EC40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40AB

Black with #EC40AB

Text Example


Text Example

White with #EC40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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