Html Css Color HEX #EC3093 Wild Strawberry

📋 copy color: '#EC3093'

red 236 ◦ green 48 ◦ blue 147

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

Shades of Wild Strawberry #EC3093

Tints of Wild Strawberry #EC3093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 54.76%
G = 11.14%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC3093 (or 0xEC3093) is known color: Wild Strawberry. HEX triplet: EC, 30 and 93. RGB value is (236,48,147). Sum of RGB (Red+Green+Blue) = 236+48+147=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3093 is #13CF6C. Grayscale: #737373. Windows color (decimal): -1298285 or 9646316. OLE color: 9646316.

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

Color convert

RGB 236 48 147 -
CMYK 0 0.80 0.38 0.07
HSL 328.4º 0.83% 0.56% -
HSV(B) 328.4º 0.8% 0.93% -
XYZ 40.92 22.05 29.7 -
YUV 115.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 236 48 147 0 0.80 0.38 0.07 328.4 0.83 0.56
Hex EC 30 93 0 50 26 7 148 53 38
Octal 354 60 223 0 120 46 7 510 123 70
Binary 11101100 110000 10010011 0 1010000 100110 111 101001000 1010011 111000

Color Harmonies of #EC3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3093

Black with #EC3093

Text Example


Text Example

White with #EC3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3093; }

 p { color: rgb(236,48,147); }

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

background-color css

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

 a { background-color: rgb(236,48,147); }

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

border-color css

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

 span { border-color: rgb(236,48,147); }

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