Html Css Color HEX #E64F86 Dark Pink

📋 copy color: '#E64F86'

red 230 ◦ green 79 ◦ blue 134

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

Shades of Dark Pink #E64F86

Tints of Dark Pink #E64F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

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

R = 51.92%
G = 17.83%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64F86 (or 0xE64F86) is known color: Dark Pink. HEX triplet: E6, 4F and 86. RGB value is (230,79,134). Sum of RGB (Red+Green+Blue) = 230+79+134=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F86 is #19B079. Grayscale: #828282. Windows color (decimal): -1683578 or 8802278. OLE color: 8802278.

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

Color convert

RGB 230 79 134 -
CMYK 0 0.66 0.42 0.10
HSL 338.15º 0.75% 0.61% -
HSV(B) 338.15º 0.66% 0.9% -
XYZ 39.73 24.14 25.12 -
YUV 130.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 230 79 134 0 0.66 0.42 0.10 338.15 0.75 0.61
Hex E6 4F 86 0 42 2A A 152 4B 3D
Octal 346 117 206 0 102 52 12 522 113 75
Binary 11100110 1001111 10000110 0 1000010 101010 1010 101010010 1001011 111101

Color Harmonies of #E64F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F86

Black with #E64F86

Text Example


Text Example

White with #E64F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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