Html Css Color HEX #EE349F Wild Strawberry

📋 copy color: '#EE349F'

red 238 ◦ green 52 ◦ blue 159

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

Shades of Wild Strawberry #EE349F

Tints of Wild Strawberry #EE349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 53.01%
G = 11.58%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE349F (or 0xEE349F) is known color: Wild Strawberry. HEX triplet: EE, 34 and 9F. RGB value is (238,52,159). Sum of RGB (Red+Green+Blue) = 238+52+159=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE349F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE349F is #11CB60. Grayscale: #777777. Windows color (decimal): -1166177 or 10433774. OLE color: 10433774.

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

Color convert

RGB 238 52 159 -
CMYK 0 0.78 0.33 0.07
HSL 325.48º 0.85% 0.57% -
HSV(B) 325.48º 0.78% 0.93% -
XYZ 42.75 23.14 35.01 -
YUV 119.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 238 52 159 0 0.78 0.33 0.07 325.48 0.85 0.57
Hex EE 34 9F 0 4E 21 7 145 55 39
Octal 356 64 237 0 116 41 7 505 125 71
Binary 11101110 110100 10011111 0 1001110 100001 111 101000101 1010101 111001

Color Harmonies of #EE349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE349F

Black with #EE349F

Text Example


Text Example

White with #EE349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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