Html Css Color HEX #E65480 Dark Pink

📋 copy color: '#E65480'

red 230 ◦ green 84 ◦ blue 128

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

Shades of Dark Pink #E65480

Tints of Dark Pink #E65480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

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

R = 52.04%
G = 19%
B = 28.96%

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

#E65480 (or 0xE65480) is known color: Dark Pink. HEX triplet: E6, 54 and 80. RGB value is (230,84,128). Sum of RGB (Red+Green+Blue) = 230+84+128=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E65480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65480 is #19AB7F. Grayscale: #848484. Windows color (decimal): -1682304 or 8410342. OLE color: 8410342.

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

Color convert

RGB 230 84 128 -
CMYK 0 0.63 0.44 0.10
HSL 341.92º 0.74% 0.62% -
HSV(B) 341.92º 0.63% 0.9% -
XYZ 39.7 24.72 23.1 -
YUV 132.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 230 84 128 0 0.63 0.44 0.10 341.92 0.74 0.62
Hex E6 54 80 0 3F 2C A 156 4A 3E
Octal 346 124 200 0 77 54 12 526 112 76
Binary 11100110 1010100 10000000 0 111111 101100 1010 101010110 1001010 111110

Color Harmonies of #E65480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65480

Black with #E65480

Text Example


Text Example

White with #E65480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65480; }

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

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

background-color css

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

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

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

border-color css

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

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

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