Html Css Color HEX #E65686 Dark Pink

📋 copy color: '#E65686'

red 230 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #E65686

Tints of Dark Pink #E65686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.11%

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

R = 51.11%
G = 19.11%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65686 (or 0xE65686) is known color: Dark Pink. HEX triplet: E6, 56 and 86. RGB value is (230,86,134). Sum of RGB (Red+Green+Blue) = 230+86+134=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65686 is #19A979. Grayscale: #868686. Windows color (decimal): -1681786 or 8804070. OLE color: 8804070.

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

Color convert

RGB 230 86 134 -
CMYK 0 0.63 0.42 0.10
HSL 340º 0.74% 0.62% -
HSV(B) 340º 0.63% 0.9% -
XYZ 40.26 25.2 25.3 -
YUV 134.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 230 86 134 0 0.63 0.42 0.10 340 0.74 0.62
Hex E6 56 86 0 3F 2A A 154 4A 3E
Octal 346 126 206 0 77 52 12 524 112 76
Binary 11100110 1010110 10000110 0 111111 101010 1010 101010100 1001010 111110

Color Harmonies of #E65686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65686

Black with #E65686

Text Example


Text Example

White with #E65686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65686; }

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

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

background-color css

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

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

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

border-color css

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

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

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