Html Css Color HEX #E65D86 Dark Pink

📋 copy color: '#E65D86'

red 230 ◦ green 93 ◦ blue 134

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

Shades of Dark Pink #E65D86

Tints of Dark Pink #E65D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

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

R = 50.33%
G = 20.35%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65D86 (or 0xE65D86) is known color: Dark Pink. HEX triplet: E6, 5D and 86. RGB value is (230,93,134). Sum of RGB (Red+Green+Blue) = 230+93+134=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D86 is #19A279. Grayscale: #8A8A8A. Windows color (decimal): -1679994 or 8805862. OLE color: 8805862.

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

Color convert

RGB 230 93 134 -
CMYK 0 0.60 0.42 0.10
HSL 342.04º 0.73% 0.63% -
HSV(B) 342.04º 0.6% 0.9% -
XYZ 40.85 26.37 25.49 -
YUV 138.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 230 93 134 0 0.60 0.42 0.10 342.04 0.73 0.63
Hex E6 5D 86 0 3C 2A A 156 49 3F
Octal 346 135 206 0 74 52 12 526 111 77
Binary 11100110 1011101 10000110 0 111100 101010 1010 101010110 1001001 111111

Color Harmonies of #E65D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D86

Black with #E65D86

Text Example


Text Example

White with #E65D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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