Html Css Color HEX #E8329D Wild Strawberry

📋 copy color: '#E8329D'

red 232 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #E8329D

Tints of Wild Strawberry #E8329D

RGB

 RED value IS 232 (91.02% from 255) = 52.85%

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 52.85%
G = 11.39%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8329D (or 0xE8329D) is known color: Wild Strawberry. HEX triplet: E8, 32 and 9D. RGB value is (232,50,157). Sum of RGB (Red+Green+Blue) = 232+50+157=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8329D is #17CD62. Grayscale: #747474. Windows color (decimal): -1559907 or 10302184. OLE color: 10302184.

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

Color convert

RGB 232 50 157 -
CMYK 0 0.78 0.32 0.09
HSL 324.73º 0.8% 0.55% -
HSV(B) 324.73º 0.78% 0.91% -
XYZ 40.51 21.87 33.99 -
YUV 116.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 232 50 157 0 0.78 0.32 0.09 324.73 0.8 0.55
Hex E8 32 9D 0 4E 20 9 145 50 37
Octal 350 62 235 0 116 40 11 505 120 67
Binary 11101000 110010 10011101 0 1001110 100000 1001 101000101 1010000 110111

Color Harmonies of #E8329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8329D

Black with #E8329D

Text Example


Text Example

White with #E8329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8329D; }

 p { color: rgb(232,50,157); }

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

background-color css

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

 a { background-color: rgb(232,50,157); }

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

border-color css

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

 span { border-color: rgb(232,50,157); }

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