Html Css Color HEX #E241A9 Wild Strawberry

📋 copy color: '#E241A9'

red 226 ◦ green 65 ◦ blue 169

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

Shades of Wild Strawberry #E241A9

Tints of Wild Strawberry #E241A9

RGB

 RED value IS 226 (88.67% from 255) = 49.13%

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

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 49.13%
G = 14.13%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E241A9 (or 0xE241A9) is known color: Wild Strawberry. HEX triplet: E2, 41 and A9. RGB value is (226,65,169). Sum of RGB (Red+Green+Blue) = 226+65+169=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E241A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E241A9 is #1DBE56. Grayscale: #7C7C7C. Windows color (decimal): -1949271 or 11092450. OLE color: 11092450.

HSL color Cylindrical-coordinate representation of color #E241A9: hue angle of 321.24º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241A9 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 169 -
CMYK 0 0.71 0.25 0.11
HSL 321.24º 0.74% 0.57% -
HSV(B) 321.24º 0.71% 0.89% -
XYZ 40.42 22.81 39.81 -
YUV 125 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 226 65 169 0 0.71 0.25 0.11 321.24 0.74 0.57
Hex E2 41 A9 0 47 19 B 141 4A 39
Octal 342 101 251 0 107 31 13 501 112 71
Binary 11100010 1000001 10101001 0 1000111 11001 1011 101000001 1001010 111001

Color Harmonies of #E241A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241A9

Black with #E241A9

Text Example


Text Example

White with #E241A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241A9; }

 p { color: rgb(226,65,169); }

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

background-color css

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

 a { background-color: rgb(226,65,169); }

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

border-color css

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

 span { border-color: rgb(226,65,169); }

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