Html Css Color HEX #EC3C9A Wild Strawberry

📋 copy color: '#EC3C9A'

red 236 ◦ green 60 ◦ blue 154

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

Shades of Wild Strawberry #EC3C9A

Tints of Wild Strawberry #EC3C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

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

R = 52.44%
G = 13.33%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC3C9A (or 0xEC3C9A) is known color: Wild Strawberry. HEX triplet: EC, 3C and 9A. RGB value is (236,60,154). Sum of RGB (Red+Green+Blue) = 236+60+154=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3C9A is #13C365. Grayscale: #7B7B7B. Windows color (decimal): -1295206 or 10108140. OLE color: 10108140.

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

Color convert

RGB 236 60 154 -
CMYK 0 0.75 0.35 0.07
HSL 327.95º 0.82% 0.58% -
HSV(B) 327.95º 0.75% 0.93% -
XYZ 42.04 23.4 32.87 -
YUV 123.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 236 60 154 0 0.75 0.35 0.07 327.95 0.82 0.58
Hex EC 3C 9A 0 4B 23 7 148 52 3A
Octal 354 74 232 0 113 43 7 510 122 72
Binary 11101100 111100 10011010 0 1001011 100011 111 101001000 1010010 111010

Color Harmonies of #EC3C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C9A

Black with #EC3C9A

Text Example


Text Example

White with #EC3C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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