Html Css Color HEX #E64D86 Dark Pink

📋 copy color: '#E64D86'

red 230 ◦ green 77 ◦ blue 134

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

Shades of Dark Pink #E64D86

Tints of Dark Pink #E64D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.46%

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

R = 52.15%
G = 17.46%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64D86 (or 0xE64D86) is known color: Dark Pink. HEX triplet: E6, 4D and 86. RGB value is (230,77,134). Sum of RGB (Red+Green+Blue) = 230+77+134=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D86 is #19B279. Grayscale: #818181. Windows color (decimal): -1684090 or 8801766. OLE color: 8801766.

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

Color convert

RGB 230 77 134 -
CMYK 0 0.67 0.42 0.10
HSL 337.65º 0.75% 0.6% -
HSV(B) 337.65º 0.67% 0.9% -
XYZ 39.59 23.85 25.07 -
YUV 129.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 230 77 134 0 0.67 0.42 0.10 337.65 0.75 0.6
Hex E6 4D 86 0 43 2A A 152 4B 3C
Octal 346 115 206 0 103 52 12 522 113 74
Binary 11100110 1001101 10000110 0 1000011 101010 1010 101010010 1001011 111100

Color Harmonies of #E64D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D86

Black with #E64D86

Text Example


Text Example

White with #E64D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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