Html Css Color HEX #EC3398 Wild Strawberry

📋 copy color: '#EC3398'

red 236 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #EC3398

Tints of Wild Strawberry #EC3398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

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

R = 53.76%
G = 11.62%
B = 34.62%

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

#EC3398 (or 0xEC3398) is known color: Wild Strawberry. HEX triplet: EC, 33 and 98. RGB value is (236,51,152). Sum of RGB (Red+Green+Blue) = 236+51+152=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3398 is #13CC67. Grayscale: #757575. Windows color (decimal): -1297512 or 9974764. OLE color: 9974764.

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

Color convert

RGB 236 51 152 -
CMYK 0 0.78 0.36 0.07
HSL 327.24º 0.83% 0.56% -
HSV(B) 327.24º 0.78% 0.93% -
XYZ 41.44 22.47 31.86 -
YUV 117.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 236 51 152 0 0.78 0.36 0.07 327.24 0.83 0.56
Hex EC 33 98 0 4E 24 7 147 53 38
Octal 354 63 230 0 116 44 7 507 123 70
Binary 11101100 110011 10011000 0 1001110 100100 111 101000111 1010011 111000

Color Harmonies of #EC3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3398

Black with #EC3398

Text Example


Text Example

White with #EC3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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