Html Css Color HEX #E8369D Wild Strawberry

📋 copy color: '#E8369D'

red 232 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #E8369D

Tints of Wild Strawberry #E8369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.19%

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

R = 52.37%
G = 12.19%
B = 35.44%

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

#E8369D (or 0xE8369D) is known color: Wild Strawberry. HEX triplet: E8, 36 and 9D. RGB value is (232,54,157). Sum of RGB (Red+Green+Blue) = 232+54+157=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8369D is #17C962. Grayscale: #767676. Windows color (decimal): -1558883 or 10303208. OLE color: 10303208.

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

Color convert

RGB 232 54 157 -
CMYK 0 0.77 0.32 0.09
HSL 325.28º 0.79% 0.56% -
HSV(B) 325.28º 0.77% 0.91% -
XYZ 40.68 22.23 34.04 -
YUV 118.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 232 54 157 0 0.77 0.32 0.09 325.28 0.79 0.56
Hex E8 36 9D 0 4D 20 9 145 4F 38
Octal 350 66 235 0 115 40 11 505 117 70
Binary 11101000 110110 10011101 0 1001101 100000 1001 101000101 1001111 111000

Color Harmonies of #E8369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8369D

Black with #E8369D

Text Example


Text Example

White with #E8369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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