Html Css Color HEX #EC3D9D Wild Strawberry

📋 copy color: '#EC3D9D'

red 236 ◦ green 61 ◦ blue 157

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

Shades of Wild Strawberry #EC3D9D

Tints of Wild Strawberry #EC3D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 51.98%
G = 13.44%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC3D9D (or 0xEC3D9D) is known color: Wild Strawberry. HEX triplet: EC, 3D and 9D. RGB value is (236,61,157). Sum of RGB (Red+Green+Blue) = 236+61+157=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D9D is #13C262. Grayscale: #7C7C7C. Windows color (decimal): -1294947 or 10305004. OLE color: 10305004.

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

Color convert

RGB 236 61 157 -
CMYK 0 0.74 0.33 0.07
HSL 327.09º 0.82% 0.58% -
HSV(B) 327.09º 0.74% 0.93% -
XYZ 42.35 23.6 34.22 -
YUV 124.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 236 61 157 0 0.74 0.33 0.07 327.09 0.82 0.58
Hex EC 3D 9D 0 4A 21 7 147 52 3A
Octal 354 75 235 0 112 41 7 507 122 72
Binary 11101100 111101 10011101 0 1001010 100001 111 101000111 1010010 111010

Color Harmonies of #EC3D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D9D

Black with #EC3D9D

Text Example


Text Example

White with #EC3D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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