Html Css Color HEX #E64986 Dark Pink

📋 copy color: '#E64986'

red 230 ◦ green 73 ◦ blue 134

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

Shades of Dark Pink #E64986

Tints of Dark Pink #E64986

RGB

 RED value IS 230 (90.23% from 255) = 52.63%

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 52.63%
G = 16.7%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64986 (or 0xE64986) is known color: Dark Pink. HEX triplet: E6, 49 and 86. RGB value is (230,73,134). Sum of RGB (Red+Green+Blue) = 230+73+134=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E64986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64986 is #19B679. Grayscale: #7E7E7E. Windows color (decimal): -1685114 or 8800742. OLE color: 8800742.

HSL color Cylindrical-coordinate representation of color #E64986: hue angle of 336.69º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64986 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 134 -
CMYK 0 0.68 0.42 0.10
HSL 336.69º 0.76% 0.59% -
HSV(B) 336.69º 0.68% 0.9% -
XYZ 39.32 23.31 24.98 -
YUV 126.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 230 73 134 0 0.68 0.42 0.10 336.69 0.76 0.59
Hex E6 49 86 0 44 2A A 151 4C 3B
Octal 346 111 206 0 104 52 12 521 114 73
Binary 11100110 1001001 10000110 0 1000100 101010 1010 101010001 1001100 111011

Color Harmonies of #E64986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64986

Black with #E64986

Text Example


Text Example

White with #E64986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64986; }

 p { color: rgb(230,73,134); }

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

background-color css

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

 a { background-color: rgb(230,73,134); }

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

border-color css

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

 span { border-color: rgb(230,73,134); }

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