Html Css Color HEX #EC41A8 Wild Strawberry

📋 copy color: '#EC41A8'

red 236 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #EC41A8

Tints of Wild Strawberry #EC41A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.82%

R = 50.32%
G = 13.86%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC41A8 (or 0xEC41A8) is known color: Wild Strawberry. HEX triplet: EC, 41 and A8. RGB value is (236,65,168). Sum of RGB (Red+Green+Blue) = 236+65+168=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41A8 is #13BE57. Grayscale: #7F7F7F. Windows color (decimal): -1293912 or 11026924. OLE color: 11026924.

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

Color convert

RGB 236 65 168 -
CMYK 0 0.72 0.29 0.07
HSL 323.86º 0.82% 0.59% -
HSV(B) 323.86º 0.72% 0.93% -
XYZ 43.55 24.44 39.47 -
YUV 127.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 236 65 168 0 0.72 0.29 0.07 323.86 0.82 0.59
Hex EC 41 A8 0 48 1D 7 144 52 3B
Octal 354 101 250 0 110 35 7 504 122 73
Binary 11101100 1000001 10101000 0 1001000 11101 111 101000100 1010010 111011

Color Harmonies of #EC41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41A8

Black with #EC41A8

Text Example


Text Example

White with #EC41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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