Html Css Color HEX #E141A8 Wild Strawberry

📋 copy color: '#E141A8'

red 225 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #E141A8

Tints of Wild Strawberry #E141A8

RGB

 RED value IS 225 (88.28% from 255) = 49.13%

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 49.13%
G = 14.19%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E141A8 (or 0xE141A8) is known color: Wild Strawberry. HEX triplet: E1, 41 and A8. RGB value is (225,65,168). Sum of RGB (Red+Green+Blue) = 225+65+168=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E141A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141A8 is #1EBE57. Grayscale: #7C7C7C. Windows color (decimal): -2014808 or 11026913. OLE color: 11026913.

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

Color convert

RGB 225 65 168 -
CMYK 0 0.71 0.25 0.12
HSL 321.38º 0.73% 0.57% -
HSV(B) 321.38º 0.71% 0.88% -
XYZ 40.01 22.62 39.3 -
YUV 124.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 225 65 168 0 0.71 0.25 0.12 321.38 0.73 0.57
Hex E1 41 A8 0 47 19 C 141 49 39
Octal 341 101 250 0 107 31 14 501 111 71
Binary 11100001 1000001 10101000 0 1000111 11001 1100 101000001 1001001 111001

Color Harmonies of #E141A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141A8

Black with #E141A8

Text Example


Text Example

White with #E141A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141A8; }

 p { color: rgb(225,65,168); }

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

background-color css

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

 a { background-color: rgb(225,65,168); }

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

border-color css

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

 span { border-color: rgb(225,65,168); }

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