Html Css Color HEX #E8319B Wild Strawberry

📋 copy color: '#E8319B'

red 232 ◦ green 49 ◦ blue 155

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

Shades of Wild Strawberry #E8319B

Tints of Wild Strawberry #E8319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

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

R = 53.21%
G = 11.24%
B = 35.55%

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

#E8319B (or 0xE8319B) is known color: Wild Strawberry. HEX triplet: E8, 31 and 9B. RGB value is (232,49,155). Sum of RGB (Red+Green+Blue) = 232+49+155=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8319B is #17CE64. Grayscale: #737373. Windows color (decimal): -1560165 or 10170856. OLE color: 10170856.

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

Color convert

RGB 232 49 155 -
CMYK 0 0.79 0.33 0.09
HSL 325.25º 0.8% 0.55% -
HSV(B) 325.25º 0.79% 0.91% -
XYZ 40.29 21.72 33.08 -
YUV 115.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 232 49 155 0 0.79 0.33 0.09 325.25 0.8 0.55
Hex E8 31 9B 0 4F 21 9 145 50 37
Octal 350 61 233 0 117 41 11 505 120 67
Binary 11101000 110001 10011011 0 1001111 100001 1001 101000101 1010000 110111

Color Harmonies of #E8319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8319B

Black with #E8319B

Text Example


Text Example

White with #E8319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8319B; }

 p { color: rgb(232,49,155); }

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

background-color css

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

 a { background-color: rgb(232,49,155); }

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

border-color css

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

 span { border-color: rgb(232,49,155); }

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