Html Css Color HEX #EC41AA Wild Strawberry

📋 copy color: '#EC41AA'

red 236 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #EC41AA

Tints of Wild Strawberry #EC41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

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

R = 50.11%
G = 13.8%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC41AA (or 0xEC41AA) is known color: Wild Strawberry. HEX triplet: EC, 41 and AA. RGB value is (236,65,170). Sum of RGB (Red+Green+Blue) = 236+65+170=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AA is #13BE55. Grayscale: #7F7F7F. Windows color (decimal): -1293910 or 11157996. OLE color: 11157996.

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

Color convert

RGB 236 65 170 -
CMYK 0 0.72 0.28 0.07
HSL 323.16º 0.82% 0.59% -
HSV(B) 323.16º 0.72% 0.93% -
XYZ 43.74 24.52 40.46 -
YUV 128.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 236 65 170 0 0.72 0.28 0.07 323.16 0.82 0.59
Hex EC 41 AA 0 48 1C 7 143 52 3B
Octal 354 101 252 0 110 34 7 503 122 73
Binary 11101100 1000001 10101010 0 1001000 11100 111 101000011 1010010 111011

Color Harmonies of #EC41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41AA

Black with #EC41AA

Text Example


Text Example

White with #EC41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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