Html Css Color HEX #E65580 Dark Pink

📋 copy color: '#E65580'

red 230 ◦ green 85 ◦ blue 128

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

Shades of Dark Pink #E65580

Tints of Dark Pink #E65580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 51.92%
G = 19.19%
B = 28.89%

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

#E65580 (or 0xE65580) is known color: Dark Pink. HEX triplet: E6, 55 and 80. RGB value is (230,85,128). Sum of RGB (Red+Green+Blue) = 230+85+128=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65580 is #19AA7F. Grayscale: #858585. Windows color (decimal): -1682048 or 8410598. OLE color: 8410598.

HSL color Cylindrical-coordinate representation of color #E65580: hue angle of 342.21º 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 #E65580 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 128 -
CMYK 0 0.63 0.44 0.10
HSL 342.21º 0.74% 0.62% -
HSV(B) 342.21º 0.63% 0.9% -
XYZ 39.78 24.88 23.13 -
YUV 133.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 230 85 128 0 0.63 0.44 0.10 342.21 0.74 0.62
Hex E6 55 80 0 3F 2C A 156 4A 3E
Octal 346 125 200 0 77 54 12 526 112 76
Binary 11100110 1010101 10000000 0 111111 101100 1010 101010110 1001010 111110

Color Harmonies of #E65580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65580

Black with #E65580

Text Example


Text Example

White with #E65580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65580; }

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

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

background-color css

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

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

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

border-color css

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

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

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