Html Css Color HEX #E8429E Wild Strawberry

📋 copy color: '#E8429E'

red 232 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #E8429E

Tints of Wild Strawberry #E8429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 50.88%
G = 14.47%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8429E (or 0xE8429E) is known color: Wild Strawberry. HEX triplet: E8, 42 and 9E. RGB value is (232,66,158). Sum of RGB (Red+Green+Blue) = 232+66+158=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8429E is #17BD61. Grayscale: #7D7D7D. Windows color (decimal): -1555810 or 10371816. OLE color: 10371816.

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

Color convert

RGB 232 66 158 -
CMYK 0 0.72 0.32 0.09
HSL 326.75º 0.78% 0.58% -
HSV(B) 326.75º 0.72% 0.91% -
XYZ 41.4 23.52 34.71 -
YUV 126.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 232 66 158 0 0.72 0.32 0.09 326.75 0.78 0.58
Hex E8 42 9E 0 48 20 9 147 4E 3A
Octal 350 102 236 0 110 40 11 507 116 72
Binary 11101000 1000010 10011110 0 1001000 100000 1001 101000111 1001110 111010

Color Harmonies of #E8429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8429E

Black with #E8429E

Text Example


Text Example

White with #E8429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8429E; }

 p { color: rgb(232,66,158); }

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

background-color css

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

 a { background-color: rgb(232,66,158); }

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

border-color css

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

 span { border-color: rgb(232,66,158); }

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