Html Css Color HEX #EE349C Wild Strawberry

📋 copy color: '#EE349C'

red 238 ◦ green 52 ◦ blue 156

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

Shades of Wild Strawberry #EE349C

Tints of Wild Strawberry #EE349C

RGB

 RED value IS 238 (93.36% from 255) = 53.36%

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

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 53.36%
G = 11.66%
B = 34.98%

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

#EE349C (or 0xEE349C) is known color: Wild Strawberry. HEX triplet: EE, 34 and 9C. RGB value is (238,52,156). Sum of RGB (Red+Green+Blue) = 238+52+156=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE349C is #11CB63. Grayscale: #777777. Windows color (decimal): -1166180 or 10237166. OLE color: 10237166.

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

Color convert

RGB 238 52 156 -
CMYK 0 0.78 0.34 0.07
HSL 326.45º 0.85% 0.57% -
HSV(B) 326.45º 0.78% 0.93% -
XYZ 42.49 23.03 33.66 -
YUV 119.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 238 52 156 0 0.78 0.34 0.07 326.45 0.85 0.57
Hex EE 34 9C 0 4E 22 7 146 55 39
Octal 356 64 234 0 116 42 7 506 125 71
Binary 11101110 110100 10011100 0 1001110 100010 111 101000110 1010101 111001

Color Harmonies of #EE349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE349C

Black with #EE349C

Text Example


Text Example

White with #EE349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE349C; }

 p { color: rgb(238,52,156); }

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

background-color css

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

 a { background-color: rgb(238,52,156); }

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

border-color css

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

 span { border-color: rgb(238,52,156); }

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