Html Css Color HEX #E740AB Wild Strawberry

📋 copy color: '#E740AB'

red 231 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #E740AB

Tints of Wild Strawberry #E740AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 49.57%
G = 13.73%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E740AB (or 0xE740AB) is known color: Wild Strawberry. HEX triplet: E7, 40 and AB. RGB value is (231,64,171). Sum of RGB (Red+Green+Blue) = 231+64+171=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E740AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740AB is #18BF54. Grayscale: #7D7D7D. Windows color (decimal): -1621845 or 11223271. OLE color: 11223271.

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

Color convert

RGB 231 64 171 -
CMYK 0 0.72 0.26 0.09
HSL 321.56º 0.78% 0.58% -
HSV(B) 321.56º 0.72% 0.91% -
XYZ 42.14 23.6 40.86 -
YUV 126.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 231 64 171 0 0.72 0.26 0.09 321.56 0.78 0.58
Hex E7 40 AB 0 48 1A 9 142 4E 3A
Octal 347 100 253 0 110 32 11 502 116 72
Binary 11100111 1000000 10101011 0 1001000 11010 1001 101000010 1001110 111010

Color Harmonies of #E740AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740AB

Black with #E740AB

Text Example


Text Example

White with #E740AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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