Html Css Color HEX #EC43A0 Wild Strawberry

📋 copy color: '#EC43A0'

red 236 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #EC43A0

Tints of Wild Strawberry #EC43A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.47%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 50.97%
G = 14.47%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC43A0 (or 0xEC43A0) is known color: Wild Strawberry. HEX triplet: EC, 43 and A0. RGB value is (236,67,160). Sum of RGB (Red+Green+Blue) = 236+67+160=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC43A0 is #13BC5F. Grayscale: #7F7F7F. Windows color (decimal): -1293408 or 10503148. OLE color: 10503148.

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

Color convert

RGB 236 67 160 -
CMYK 0 0.72 0.32 0.07
HSL 326.98º 0.82% 0.59% -
HSV(B) 326.98º 0.72% 0.93% -
XYZ 42.94 24.39 35.7 -
YUV 128.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 236 67 160 0 0.72 0.32 0.07 326.98 0.82 0.59
Hex EC 43 A0 0 48 20 7 147 52 3B
Octal 354 103 240 0 110 40 7 507 122 73
Binary 11101100 1000011 10100000 0 1001000 100000 111 101000111 1010010 111011

Color Harmonies of #EC43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC43A0

Black with #EC43A0

Text Example


Text Example

White with #EC43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC43A0; }

 p { color: rgb(236,67,160); }

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

background-color css

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

 a { background-color: rgb(236,67,160); }

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

border-color css

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

 span { border-color: rgb(236,67,160); }

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