Html Css Color HEX #EE379B Wild Strawberry

📋 copy color: '#EE379B'

red 238 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #EE379B

Tints of Wild Strawberry #EE379B

RGB

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

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

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

R = 53.13%
G = 12.28%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE379B (or 0xEE379B) is known color: Wild Strawberry. HEX triplet: EE, 37 and 9B. RGB value is (238,55,155). Sum of RGB (Red+Green+Blue) = 238+55+155=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE379B is #11C864. Grayscale: #787878. Windows color (decimal): -1165413 or 10172398. OLE color: 10172398.

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

Color convert

RGB 238 55 155 -
CMYK 0 0.77 0.35 0.07
HSL 327.21º 0.84% 0.57% -
HSV(B) 327.21º 0.77% 0.93% -
XYZ 42.54 23.28 33.26 -
YUV 121.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 238 55 155 0 0.77 0.35 0.07 327.21 0.84 0.57
Hex EE 37 9B 0 4D 23 7 147 54 39
Octal 356 67 233 0 115 43 7 507 124 71
Binary 11101110 110111 10011011 0 1001101 100011 111 101000111 1010100 111001

Color Harmonies of #EE379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE379B

Black with #EE379B

Text Example


Text Example

White with #EE379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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