Html Css Color HEX #E8369A Wild Strawberry

📋 copy color: '#E8369A'

red 232 ◦ green 54 ◦ blue 154

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

Shades of Wild Strawberry #E8369A

Tints of Wild Strawberry #E8369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 52.73%
G = 12.27%
B = 35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8369A (or 0xE8369A) is known color: Wild Strawberry. HEX triplet: E8, 36 and 9A. RGB value is (232,54,154). Sum of RGB (Red+Green+Blue) = 232+54+154=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8369A is #17C965. Grayscale: #767676. Windows color (decimal): -1558886 or 10106600. OLE color: 10106600.

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

Color convert

RGB 232 54 154 -
CMYK 0 0.77 0.34 0.09
HSL 326.29º 0.79% 0.56% -
HSV(B) 326.29º 0.77% 0.91% -
XYZ 40.43 22.13 32.71 -
YUV 118.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 232 54 154 0 0.77 0.34 0.09 326.29 0.79 0.56
Hex E8 36 9A 0 4D 22 9 146 4F 38
Octal 350 66 232 0 115 42 11 506 117 70
Binary 11101000 110110 10011010 0 1001101 100010 1001 101000110 1001111 111000

Color Harmonies of #E8369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8369A

Black with #E8369A

Text Example


Text Example

White with #E8369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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