Html Css Color HEX #E8359D Wild Strawberry

📋 copy color: '#E8359D'

red 232 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #E8359D

Tints of Wild Strawberry #E8359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 52.49%
G = 11.99%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8359D (or 0xE8359D) is known color: Wild Strawberry. HEX triplet: E8, 35 and 9D. RGB value is (232,53,157). Sum of RGB (Red+Green+Blue) = 232+53+157=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8359D is #17CA62. Grayscale: #767676. Windows color (decimal): -1559139 or 10302952. OLE color: 10302952.

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

Color convert

RGB 232 53 157 -
CMYK 0 0.77 0.32 0.09
HSL 325.14º 0.8% 0.56% -
HSV(B) 325.14º 0.77% 0.91% -
XYZ 40.64 22.14 34.03 -
YUV 118.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 232 53 157 0 0.77 0.32 0.09 325.14 0.8 0.56
Hex E8 35 9D 0 4D 20 9 145 50 38
Octal 350 65 235 0 115 40 11 505 120 70
Binary 11101000 110101 10011101 0 1001101 100000 1001 101000101 1010000 111000

Color Harmonies of #E8359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8359D

Black with #E8359D

Text Example


Text Example

White with #E8359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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