Html Css Color HEX #E140A8 Wild Strawberry

📋 copy color: '#E140A8'

red 225 ◦ green 64 ◦ blue 168

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

Shades of Wild Strawberry #E140A8

Tints of Wild Strawberry #E140A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14%

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

R = 49.23%
G = 14%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E140A8 (or 0xE140A8) is known color: Wild Strawberry. HEX triplet: E1, 40 and A8. RGB value is (225,64,168). Sum of RGB (Red+Green+Blue) = 225+64+168=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E140A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140A8 is #1EBF57. Grayscale: #7B7B7B. Windows color (decimal): -2015064 or 11026657. OLE color: 11026657.

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

Color convert

RGB 225 64 168 -
CMYK 0 0.72 0.25 0.12
HSL 321.24º 0.73% 0.57% -
HSV(B) 321.24º 0.72% 0.88% -
XYZ 39.95 22.5 39.28 -
YUV 124 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 225 64 168 0 0.72 0.25 0.12 321.24 0.73 0.57
Hex E1 40 A8 0 48 19 C 141 49 39
Octal 341 100 250 0 110 31 14 501 111 71
Binary 11100001 1000000 10101000 0 1001000 11001 1100 101000001 1001001 111001

Color Harmonies of #E140A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140A8

Black with #E140A8

Text Example


Text Example

White with #E140A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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