Html Css Color HEX #EC3498 Wild Strawberry

📋 copy color: '#EC3498'

red 236 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #EC3498

Tints of Wild Strawberry #EC3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 53.64%
G = 11.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3498 (or 0xEC3498) is known color: Wild Strawberry. HEX triplet: EC, 34 and 98. RGB value is (236,52,152). Sum of RGB (Red+Green+Blue) = 236+52+152=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3498 is #13CB67. Grayscale: #767676. Windows color (decimal): -1297256 or 9975020. OLE color: 9975020.

HSL color Cylindrical-coordinate representation of color #EC3498: hue angle of 327.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3498 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 152 -
CMYK 0 0.78 0.36 0.07
HSL 327.39º 0.83% 0.56% -
HSV(B) 327.39º 0.78% 0.93% -
XYZ 41.49 22.56 31.87 -
YUV 118.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 236 52 152 0 0.78 0.36 0.07 327.39 0.83 0.56
Hex EC 34 98 0 4E 24 7 147 53 38
Octal 354 64 230 0 116 44 7 507 123 70
Binary 11101100 110100 10011000 0 1001110 100100 111 101000111 1010011 111000

Color Harmonies of #EC3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3498

Black with #EC3498

Text Example


Text Example

White with #EC3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3498; }

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

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

background-color css

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

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

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

border-color css

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

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

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