Html Css Color HEX #E64786 Dark Pink

📋 copy color: '#E64786'

red 230 ◦ green 71 ◦ blue 134

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

Shades of Dark Pink #E64786

Tints of Dark Pink #E64786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 52.87%
G = 16.32%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64786 (or 0xE64786) is known color: Dark Pink. HEX triplet: E6, 47 and 86. RGB value is (230,71,134). Sum of RGB (Red+Green+Blue) = 230+71+134=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E64786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64786 is #19B879. Grayscale: #7D7D7D. Windows color (decimal): -1685626 or 8800230. OLE color: 8800230.

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

Color convert

RGB 230 71 134 -
CMYK 0 0.69 0.42 0.10
HSL 336.23º 0.76% 0.59% -
HSV(B) 336.23º 0.69% 0.9% -
XYZ 39.19 23.05 24.94 -
YUV 125.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 230 71 134 0 0.69 0.42 0.10 336.23 0.76 0.59
Hex E6 47 86 0 45 2A A 150 4C 3B
Octal 346 107 206 0 105 52 12 520 114 73
Binary 11100110 1000111 10000110 0 1000101 101010 1010 101010000 1001100 111011

Color Harmonies of #E64786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64786

Black with #E64786

Text Example


Text Example

White with #E64786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64786; }

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

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

background-color css

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

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

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

border-color css

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

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

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