Html Css Color HEX #EC349B Wild Strawberry

📋 copy color: '#EC349B'

red 236 ◦ green 52 ◦ blue 155

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

Shades of Wild Strawberry #EC349B

Tints of Wild Strawberry #EC349B

RGB

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

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

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

R = 53.27%
G = 11.74%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC349B (or 0xEC349B) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9B. RGB value is (236,52,155). Sum of RGB (Red+Green+Blue) = 236+52+155=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349B is #13CB64. Grayscale: #767676. Windows color (decimal): -1297253 or 10171628. OLE color: 10171628.

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

Color convert

RGB 236 52 155 -
CMYK 0 0.78 0.34 0.07
HSL 326.41º 0.83% 0.56% -
HSV(B) 326.41º 0.78% 0.93% -
XYZ 41.74 22.66 33.18 -
YUV 118.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 236 52 155 0 0.78 0.34 0.07 326.41 0.83 0.56
Hex EC 34 9B 0 4E 22 7 146 53 38
Octal 354 64 233 0 116 42 7 506 123 70
Binary 11101100 110100 10011011 0 1001110 100010 111 101000110 1010011 111000

Color Harmonies of #EC349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC349B

Black with #EC349B

Text Example


Text Example

White with #EC349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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