Html Css Color HEX #E7329D Wild Strawberry

📋 copy color: '#E7329D'

red 231 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #E7329D

Tints of Wild Strawberry #E7329D

RGB

 RED value IS 231 (90.63% from 255) = 52.74%

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

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

R = 52.74%
G = 11.42%
B = 35.84%

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

#E7329D (or 0xE7329D) is known color: Wild Strawberry. HEX triplet: E7, 32 and 9D. RGB value is (231,50,157). Sum of RGB (Red+Green+Blue) = 231+50+157=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7329D is #18CD62. Grayscale: #747474. Windows color (decimal): -1625443 or 10302183. OLE color: 10302183.

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

Color convert

RGB 231 50 157 -
CMYK 0 0.78 0.32 0.09
HSL 324.53º 0.79% 0.55% -
HSV(B) 324.53º 0.78% 0.91% -
XYZ 40.18 21.7 33.97 -
YUV 116.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 231 50 157 0 0.78 0.32 0.09 324.53 0.79 0.55
Hex E7 32 9D 0 4E 20 9 145 4F 37
Octal 347 62 235 0 116 40 11 505 117 67
Binary 11100111 110010 10011101 0 1001110 100000 1001 101000101 1001111 110111

Color Harmonies of #E7329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7329D

Black with #E7329D

Text Example


Text Example

White with #E7329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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