Html Css Color HEX #EC309B Wild Strawberry

📋 copy color: '#EC309B'

red 236 ◦ green 48 ◦ blue 155

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

Shades of Wild Strawberry #EC309B

Tints of Wild Strawberry #EC309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 53.76%
G = 10.93%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC309B (or 0xEC309B) is known color: Wild Strawberry. HEX triplet: EC, 30 and 9B. RGB value is (236,48,155). Sum of RGB (Red+Green+Blue) = 236+48+155=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC309B is #13CF64. Grayscale: #747474. Windows color (decimal): -1298277 or 10170604. OLE color: 10170604.

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

Color convert

RGB 236 48 155 -
CMYK 0 0.80 0.34 0.07
HSL 325.85º 0.83% 0.56% -
HSV(B) 325.85º 0.8% 0.93% -
XYZ 41.57 22.31 33.13 -
YUV 116.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 236 48 155 0 0.80 0.34 0.07 325.85 0.83 0.56
Hex EC 30 9B 0 50 22 7 146 53 38
Octal 354 60 233 0 120 42 7 506 123 70
Binary 11101100 110000 10011011 0 1010000 100010 111 101000110 1010011 111000

Color Harmonies of #EC309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC309B

Black with #EC309B

Text Example


Text Example

White with #EC309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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