Html Css Color HEX #EC3F9A Wild Strawberry

📋 copy color: '#EC3F9A'

red 236 ◦ green 63 ◦ blue 154

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

Shades of Wild Strawberry #EC3F9A

Tints of Wild Strawberry #EC3F9A

RGB

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

 GREEN value IS 63 (25% from 255) = 13.91%

 BLUE value IS 154 (60.55% from 255) = 34%

R = 52.1%
G = 13.91%
B = 34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC3F9A (or 0xEC3F9A) is known color: Wild Strawberry. HEX triplet: EC, 3F and 9A. RGB value is (236,63,154). Sum of RGB (Red+Green+Blue) = 236+63+154=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F9A is #13C065. Grayscale: #7C7C7C. Windows color (decimal): -1294438 or 10108908. OLE color: 10108908.

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

Color convert

RGB 236 63 154 -
CMYK 0 0.73 0.35 0.07
HSL 328.44º 0.82% 0.59% -
HSV(B) 328.44º 0.73% 0.93% -
XYZ 42.2 23.72 32.93 -
YUV 125.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 236 63 154 0 0.73 0.35 0.07 328.44 0.82 0.59
Hex EC 3F 9A 0 49 23 7 148 52 3B
Octal 354 77 232 0 111 43 7 510 122 73
Binary 11101100 111111 10011010 0 1001001 100011 111 101001000 1010010 111011

Color Harmonies of #EC3F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F9A

Black with #EC3F9A

Text Example


Text Example

White with #EC3F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F9A; }

 p { color: rgb(236,63,154); }

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

background-color css

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

 a { background-color: rgb(236,63,154); }

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

border-color css

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

 span { border-color: rgb(236,63,154); }

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