Html Css Color HEX #E8419D Wild Strawberry

📋 copy color: '#E8419D'

red 232 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #E8419D

Tints of Wild Strawberry #E8419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.32%

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

R = 51.1%
G = 14.32%
B = 34.58%

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

#E8419D (or 0xE8419D) is known color: Wild Strawberry. HEX triplet: E8, 41 and 9D. RGB value is (232,65,157). Sum of RGB (Red+Green+Blue) = 232+65+157=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8419D is #17BE62. Grayscale: #7D7D7D. Windows color (decimal): -1556067 or 10306024. OLE color: 10306024.

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

Color convert

RGB 232 65 157 -
CMYK 0 0.72 0.32 0.09
HSL 326.95º 0.78% 0.58% -
HSV(B) 326.95º 0.72% 0.91% -
XYZ 41.25 23.37 34.23 -
YUV 125.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 232 65 157 0 0.72 0.32 0.09 326.95 0.78 0.58
Hex E8 41 9D 0 48 20 9 147 4E 3A
Octal 350 101 235 0 110 40 11 507 116 72
Binary 11101000 1000001 10011101 0 1001000 100000 1001 101000111 1001110 111010

Color Harmonies of #E8419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8419D

Black with #E8419D

Text Example


Text Example

White with #E8419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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