Html Css Color HEX #E9419E Wild Strawberry

📋 copy color: '#E9419E'

red 233 ◦ green 65 ◦ blue 158

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

Shades of Wild Strawberry #E9419E

Tints of Wild Strawberry #E9419E

RGB

 RED value IS 233 (91.41% from 255) = 51.1%

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

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

R = 51.1%
G = 14.25%
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

#E9419E (or 0xE9419E) is known color: Wild Strawberry. HEX triplet: E9, 41 and 9E. RGB value is (233,65,158). Sum of RGB (Red+Green+Blue) = 233+65+158=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9419E is #16BE61. Grayscale: #7D7D7D. Windows color (decimal): -1490530 or 10371561. OLE color: 10371561.

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

Color convert

RGB 233 65 158 -
CMYK 0 0.72 0.32 0.09
HSL 326.79º 0.79% 0.58% -
HSV(B) 326.79º 0.72% 0.91% -
XYZ 41.67 23.57 34.7 -
YUV 125.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 233 65 158 0 0.72 0.32 0.09 326.79 0.79 0.58
Hex E9 41 9E 0 48 20 9 147 4F 3A
Octal 351 101 236 0 110 40 11 507 117 72
Binary 11101001 1000001 10011110 0 1001000 100000 1001 101000111 1001111 111010

Color Harmonies of #E9419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9419E

Black with #E9419E

Text Example


Text Example

White with #E9419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9419E; }

 p { color: rgb(233,65,158); }

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

background-color css

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

 a { background-color: rgb(233,65,158); }

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

border-color css

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

 span { border-color: rgb(233,65,158); }

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