Html Css Color HEX #EC3D98 Wild Strawberry

📋 copy color: '#EC3D98'

red 236 ◦ green 61 ◦ blue 152

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

Shades of Wild Strawberry #EC3D98

Tints of Wild Strawberry #EC3D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 52.56%
G = 13.59%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3D98 (or 0xEC3D98) is known color: Wild Strawberry. HEX triplet: EC, 3D and 98. RGB value is (236,61,152). Sum of RGB (Red+Green+Blue) = 236+61+152=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D98 is #13C267. Grayscale: #7B7B7B. Windows color (decimal): -1294952 or 9977324. OLE color: 9977324.

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

Color convert

RGB 236 61 152 -
CMYK 0 0.74 0.36 0.07
HSL 328.8º 0.82% 0.58% -
HSV(B) 328.8º 0.74% 0.93% -
XYZ 41.93 23.44 32.02 -
YUV 123.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 236 61 152 0 0.74 0.36 0.07 328.8 0.82 0.58
Hex EC 3D 98 0 4A 24 7 149 52 3A
Octal 354 75 230 0 112 44 7 511 122 72
Binary 11101100 111101 10011000 0 1001010 100100 111 101001001 1010010 111010

Color Harmonies of #EC3D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D98

Black with #EC3D98

Text Example


Text Example

White with #EC3D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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