Html Css Color HEX #E8429D Wild Strawberry

📋 copy color: '#E8429D'

red 232 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #E8429D

Tints of Wild Strawberry #E8429D

RGB

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

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

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

R = 50.99%
G = 14.51%
B = 34.51%

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

#E8429D (or 0xE8429D) is known color: Wild Strawberry. HEX triplet: E8, 42 and 9D. RGB value is (232,66,157). Sum of RGB (Red+Green+Blue) = 232+66+157=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8429D is #17BD62. Grayscale: #7D7D7D. Windows color (decimal): -1555811 or 10306280. OLE color: 10306280.

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

Color convert

RGB 232 66 157 -
CMYK 0 0.72 0.32 0.09
HSL 327.11º 0.78% 0.58% -
HSV(B) 327.11º 0.72% 0.91% -
XYZ 41.31 23.49 34.25 -
YUV 126.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 232 66 157 0 0.72 0.32 0.09 327.11 0.78 0.58
Hex E8 42 9D 0 48 20 9 147 4E 3A
Octal 350 102 235 0 110 40 11 507 116 72
Binary 11101000 1000010 10011101 0 1001000 100000 1001 101000111 1001110 111010

Color Harmonies of #E8429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8429D

Black with #E8429D

Text Example


Text Example

White with #E8429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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