Html Css Color HEX #EC3A98 Wild Strawberry

📋 copy color: '#EC3A98'

red 236 ◦ green 58 ◦ blue 152

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

Shades of Wild Strawberry #EC3A98

Tints of Wild Strawberry #EC3A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13%

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

R = 52.91%
G = 13%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3A98 (or 0xEC3A98) is known color: Wild Strawberry. HEX triplet: EC, 3A and 98. RGB value is (236,58,152). Sum of RGB (Red+Green+Blue) = 236+58+152=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A98 is #13C567. Grayscale: #797979. Windows color (decimal): -1295720 or 9976556. OLE color: 9976556.

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

Color convert

RGB 236 58 152 -
CMYK 0 0.75 0.36 0.07
HSL 328.31º 0.82% 0.58% -
HSV(B) 328.31º 0.75% 0.93% -
XYZ 41.77 23.13 31.97 -
YUV 121.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 236 58 152 0 0.75 0.36 0.07 328.31 0.82 0.58
Hex EC 3A 98 0 4B 24 7 148 52 3A
Octal 354 72 230 0 113 44 7 510 122 72
Binary 11101100 111010 10011000 0 1001011 100100 111 101001000 1010010 111010

Color Harmonies of #EC3A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A98

Black with #EC3A98

Text Example


Text Example

White with #EC3A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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