Html Css Color HEX #EE379F Wild Strawberry

📋 copy color: '#EE379F'

red 238 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #EE379F

Tints of Wild Strawberry #EE379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.17%

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

R = 52.65%
G = 12.17%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE379F (or 0xEE379F) is known color: Wild Strawberry. HEX triplet: EE, 37 and 9F. RGB value is (238,55,159). Sum of RGB (Red+Green+Blue) = 238+55+159=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE379F is #11C860. Grayscale: #797979. Windows color (decimal): -1165409 or 10434542. OLE color: 10434542.

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

Color convert

RGB 238 55 159 -
CMYK 0 0.77 0.33 0.07
HSL 325.9º 0.84% 0.57% -
HSV(B) 325.9º 0.77% 0.93% -
XYZ 42.88 23.41 35.06 -
YUV 121.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 238 55 159 0 0.77 0.33 0.07 325.9 0.84 0.57
Hex EE 37 9F 0 4D 21 7 146 54 39
Octal 356 67 237 0 115 41 7 506 124 71
Binary 11101110 110111 10011111 0 1001101 100001 111 101000110 1010100 111001

Color Harmonies of #EE379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE379F

Black with #EE379F

Text Example


Text Example

White with #EE379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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