Html Css Color HEX #E65680 Dark Pink

📋 copy color: '#E65680'

red 230 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #E65680

Tints of Dark Pink #E65680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 51.8%
G = 19.37%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E65680 (or 0xE65680) is known color: Dark Pink. HEX triplet: E6, 56 and 80. RGB value is (230,86,128). Sum of RGB (Red+Green+Blue) = 230+86+128=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E65680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65680 is #19A97F. Grayscale: #858585. Windows color (decimal): -1681792 or 8410854. OLE color: 8410854.

HSL color Cylindrical-coordinate representation of color #E65680: hue angle of 342.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65680 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 86 128 -
CMYK 0 0.63 0.44 0.10
HSL 342.5º 0.74% 0.62% -
HSV(B) 342.5º 0.63% 0.9% -
XYZ 39.86 25.04 23.15 -
YUV 133.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 230 86 128 0 0.63 0.44 0.10 342.5 0.74 0.62
Hex E6 56 80 0 3F 2C A 156 4A 3E
Octal 346 126 200 0 77 54 12 526 112 76
Binary 11100110 1010110 10000000 0 111111 101100 1010 101010110 1001010 111110

Color Harmonies of #E65680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65680

Black with #E65680

Text Example


Text Example

White with #E65680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65680; }

 p { color: rgb(230,86,128); }

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

background-color css

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

 a { background-color: rgb(230,86,128); }

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

border-color css

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

 span { border-color: rgb(230,86,128); }

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