Html Css Color HEX #E9379E Wild Strawberry

📋 copy color: '#E9379E'

red 233 ◦ green 55 ◦ blue 158

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

Shades of Wild Strawberry #E9379E

Tints of Wild Strawberry #E9379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 52.24%
G = 12.33%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9379E (or 0xE9379E) is known color: Wild Strawberry. HEX triplet: E9, 37 and 9E. RGB value is (233,55,158). Sum of RGB (Red+Green+Blue) = 233+55+158=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9379E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9379E is #16C861. Grayscale: #777777. Windows color (decimal): -1493090 or 10369001. OLE color: 10369001.

HSL color Cylindrical-coordinate representation of color #E9379E: hue angle of 325.28º 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 #E9379E is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 55 158 -
CMYK 0 0.76 0.32 0.09
HSL 325.28º 0.8% 0.56% -
HSV(B) 325.28º 0.76% 0.91% -
XYZ 41.14 22.52 34.53 -
YUV 119.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 233 55 158 0 0.76 0.32 0.09 325.28 0.8 0.56
Hex E9 37 9E 0 4C 20 9 145 50 38
Octal 351 67 236 0 114 40 11 505 120 70
Binary 11101001 110111 10011110 0 1001100 100000 1001 101000101 1010000 111000

Color Harmonies of #E9379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9379E

Black with #E9379E

Text Example


Text Example

White with #E9379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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