Html Css Color HEX #EC40A7 Wild Strawberry

📋 copy color: '#EC40A7'

red 236 ◦ green 64 ◦ blue 167

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

Shades of Wild Strawberry #EC40A7

Tints of Wild Strawberry #EC40A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 50.54%
G = 13.7%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC40A7 (or 0xEC40A7) is known color: Wild Strawberry. HEX triplet: EC, 40 and A7. RGB value is (236,64,167). Sum of RGB (Red+Green+Blue) = 236+64+167=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A7 is #13BF58. Grayscale: #7E7E7E. Windows color (decimal): -1294169 or 10961132. OLE color: 10961132.

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

Color convert

RGB 236 64 167 -
CMYK 0 0.73 0.29 0.07
HSL 324.07º 0.82% 0.59% -
HSV(B) 324.07º 0.73% 0.93% -
XYZ 43.4 24.29 38.96 -
YUV 127.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 236 64 167 0 0.73 0.29 0.07 324.07 0.82 0.59
Hex EC 40 A7 0 49 1D 7 144 52 3B
Octal 354 100 247 0 111 35 7 504 122 73
Binary 11101100 1000000 10100111 0 1001001 11101 111 101000100 1010010 111011

Color Harmonies of #EC40A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40A7

Black with #EC40A7

Text Example


Text Example

White with #EC40A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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