Html Css Color HEX #E64685 Dark Pink

📋 copy color: '#E64685'

red 230 ◦ green 70 ◦ blue 133

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

Shades of Dark Pink #E64685

Tints of Dark Pink #E64685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 53.12%
G = 16.17%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64685 (or 0xE64685) is known color: Dark Pink. HEX triplet: E6, 46 and 85. RGB value is (230,70,133). Sum of RGB (Red+Green+Blue) = 230+70+133=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E64685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64685 is #19B97A. Grayscale: #7C7C7C. Windows color (decimal): -1685883 or 8734438. OLE color: 8734438.

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

Color convert

RGB 230 70 133 -
CMYK 0 0.70 0.42 0.10
HSL 336.38º 0.76% 0.59% -
HSV(B) 336.38º 0.7% 0.9% -
XYZ 39.06 22.9 24.55 -
YUV 125.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 230 70 133 0 0.70 0.42 0.10 336.38 0.76 0.59
Hex E6 46 85 0 46 2A A 150 4C 3B
Octal 346 106 205 0 106 52 12 520 114 73
Binary 11100110 1000110 10000101 0 1000110 101010 1010 101010000 1001100 111011

Color Harmonies of #E64685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64685

Black with #E64685

Text Example


Text Example

White with #E64685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64685; }

 p { color: rgb(230,70,133); }

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

background-color css

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

 a { background-color: rgb(230,70,133); }

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

border-color css

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

 span { border-color: rgb(230,70,133); }

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