Html Css Color HEX #EC3D99 Wild Strawberry

📋 copy color: '#EC3D99'

red 236 ◦ green 61 ◦ blue 153

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

Shades of Wild Strawberry #EC3D99

Tints of Wild Strawberry #EC3D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.56%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 52.44%
G = 13.56%
B = 34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC3D99 (or 0xEC3D99) is known color: Wild Strawberry. HEX triplet: EC, 3D and 99. RGB value is (236,61,153). Sum of RGB (Red+Green+Blue) = 236+61+153=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D99 is #13C266. Grayscale: #7B7B7B. Windows color (decimal): -1294951 or 10042860. OLE color: 10042860.

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

Color convert

RGB 236 61 153 -
CMYK 0 0.74 0.35 0.07
HSL 328.46º 0.82% 0.58% -
HSV(B) 328.46º 0.74% 0.93% -
XYZ 42.01 23.47 32.45 -
YUV 123.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 236 61 153 0 0.74 0.35 0.07 328.46 0.82 0.58
Hex EC 3D 99 0 4A 23 7 148 52 3A
Octal 354 75 231 0 112 43 7 510 122 72
Binary 11101100 111101 10011001 0 1001010 100011 111 101001000 1010010 111010

Color Harmonies of #EC3D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D99

Black with #EC3D99

Text Example


Text Example

White with #EC3D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D99; }

 p { color: rgb(236,61,153); }

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

background-color css

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

 a { background-color: rgb(236,61,153); }

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

border-color css

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

 span { border-color: rgb(236,61,153); }

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