Html Css Color HEX #E740A6 Wild Strawberry

📋 copy color: '#E740A6'

red 231 ◦ green 64 ◦ blue 166

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

Shades of Wild Strawberry #E740A6

Tints of Wild Strawberry #E740A6

RGB

 RED value IS 231 (90.63% from 255) = 50.11%

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

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 50.11%
G = 13.88%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E740A6 (or 0xE740A6) is known color: Wild Strawberry. HEX triplet: E7, 40 and A6. RGB value is (231,64,166). Sum of RGB (Red+Green+Blue) = 231+64+166=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E740A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740A6 is #18BF59. Grayscale: #7D7D7D. Windows color (decimal): -1621850 or 10895591. OLE color: 10895591.

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

Color convert

RGB 231 64 166 -
CMYK 0 0.72 0.28 0.09
HSL 323.35º 0.78% 0.58% -
HSV(B) 323.35º 0.72% 0.91% -
XYZ 41.67 23.41 38.4 -
YUV 125.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 231 64 166 0 0.72 0.28 0.09 323.35 0.78 0.58
Hex E7 40 A6 0 48 1C 9 143 4E 3A
Octal 347 100 246 0 110 34 11 503 116 72
Binary 11100111 1000000 10100110 0 1001000 11100 1001 101000011 1001110 111010

Color Harmonies of #E740A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740A6

Black with #E740A6

Text Example


Text Example

White with #E740A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740A6; }

 p { color: rgb(231,64,166); }

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

background-color css

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

 a { background-color: rgb(231,64,166); }

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

border-color css

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

 span { border-color: rgb(231,64,166); }

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