Html Css Color HEX #E9329B Wild Strawberry

📋 copy color: '#E9329B'

red 233 ◦ green 50 ◦ blue 155

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

Shades of Wild Strawberry #E9329B

Tints of Wild Strawberry #E9329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 53.2%
G = 11.42%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9329B (or 0xE9329B) is known color: Wild Strawberry. HEX triplet: E9, 32 and 9B. RGB value is (233,50,155). Sum of RGB (Red+Green+Blue) = 233+50+155=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9329B is #16CD64. Grayscale: #747474. Windows color (decimal): -1494373 or 10171113. OLE color: 10171113.

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

Color convert

RGB 233 50 155 -
CMYK 0 0.79 0.33 0.09
HSL 325.57º 0.81% 0.55% -
HSV(B) 325.57º 0.79% 0.91% -
XYZ 40.66 21.97 33.11 -
YUV 116.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 233 50 155 0 0.79 0.33 0.09 325.57 0.81 0.55
Hex E9 32 9B 0 4F 21 9 146 51 37
Octal 351 62 233 0 117 41 11 506 121 67
Binary 11101001 110010 10011011 0 1001111 100001 1001 101000110 1010001 110111

Color Harmonies of #E9329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9329B

Black with #E9329B

Text Example


Text Example

White with #E9329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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