Html Css Color HEX #EE349D Wild Strawberry

📋 copy color: '#EE349D'

red 238 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #EE349D

Tints of Wild Strawberry #EE349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 53.24%
G = 11.63%
B = 35.12%

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

#EE349D (or 0xEE349D) is known color: Wild Strawberry. HEX triplet: EE, 34 and 9D. RGB value is (238,52,157). Sum of RGB (Red+Green+Blue) = 238+52+157=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE349D is #11CB62. Grayscale: #777777. Windows color (decimal): -1166179 or 10302702. OLE color: 10302702.

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

Color convert

RGB 238 52 157 -
CMYK 0 0.78 0.34 0.07
HSL 326.13º 0.85% 0.57% -
HSV(B) 326.13º 0.78% 0.93% -
XYZ 42.57 23.07 34.11 -
YUV 119.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 238 52 157 0 0.78 0.34 0.07 326.13 0.85 0.57
Hex EE 34 9D 0 4E 22 7 146 55 39
Octal 356 64 235 0 116 42 7 506 125 71
Binary 11101110 110100 10011101 0 1001110 100010 111 101000110 1010101 111001

Color Harmonies of #EE349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE349D

Black with #EE349D

Text Example


Text Example

White with #EE349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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