Html Css Color HEX #E9379B Wild Strawberry

📋 copy color: '#E9379B'

red 233 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #E9379B

Tints of Wild Strawberry #E9379B

RGB

 RED value IS 233 (91.41% from 255) = 52.6%

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

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

R = 52.6%
G = 12.42%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9379B (or 0xE9379B) is known color: Wild Strawberry. HEX triplet: E9, 37 and 9B. RGB value is (233,55,155). Sum of RGB (Red+Green+Blue) = 233+55+155=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9379B is #16C864. Grayscale: #777777. Windows color (decimal): -1493093 or 10172393. OLE color: 10172393.

HSL color Cylindrical-coordinate representation of color #E9379B: hue angle of 326.29º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9379B is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 55 155 -
CMYK 0 0.76 0.33 0.09
HSL 326.29º 0.8% 0.56% -
HSV(B) 326.29º 0.76% 0.91% -
XYZ 40.89 22.42 33.18 -
YUV 119.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 233 55 155 0 0.76 0.33 0.09 326.29 0.8 0.56
Hex E9 37 9B 0 4C 21 9 146 50 38
Octal 351 67 233 0 114 41 11 506 120 70
Binary 11101001 110111 10011011 0 1001100 100001 1001 101000110 1010000 111000

Color Harmonies of #E9379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9379B

Black with #E9379B

Text Example


Text Example

White with #E9379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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