Html Css Color HEX #E65986 Dark Pink

📋 copy color: '#E65986'

red 230 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #E65986

Tints of Dark Pink #E65986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

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

R = 50.77%
G = 19.65%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65986 (or 0xE65986) is known color: Dark Pink. HEX triplet: E6, 59 and 86. RGB value is (230,89,134). Sum of RGB (Red+Green+Blue) = 230+89+134=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E65986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65986 is #19A679. Grayscale: #888888. Windows color (decimal): -1681018 or 8804838. OLE color: 8804838.

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

Color convert

RGB 230 89 134 -
CMYK 0 0.61 0.42 0.10
HSL 340.85º 0.74% 0.63% -
HSV(B) 340.85º 0.61% 0.9% -
XYZ 40.51 25.69 25.38 -
YUV 136.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 230 89 134 0 0.61 0.42 0.10 340.85 0.74 0.63
Hex E6 59 86 0 3D 2A A 155 4A 3F
Octal 346 131 206 0 75 52 12 525 112 77
Binary 11100110 1011001 10000110 0 111101 101010 1010 101010101 1001010 111111

Color Harmonies of #E65986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65986

Black with #E65986

Text Example


Text Example

White with #E65986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65986; }

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

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

background-color css

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

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

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

border-color css

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

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

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