Html Css Color HEX #E64580 Dark Pink

📋 copy color: '#E64580'

red 230 ◦ green 69 ◦ blue 128

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

Shades of Dark Pink #E64580

Tints of Dark Pink #E64580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

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

R = 53.86%
G = 16.16%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64580 (or 0xE64580) is known color: Dark Pink. HEX triplet: E6, 45 and 80. RGB value is (230,69,128). Sum of RGB (Red+Green+Blue) = 230+69+128=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E64580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64580 is #19BA7F. Grayscale: #7B7B7B. Windows color (decimal): -1686144 or 8406502. OLE color: 8406502.

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

Color convert

RGB 230 69 128 -
CMYK 0 0.7 0.44 0.10
HSL 338.01º 0.76% 0.59% -
HSV(B) 338.01º 0.7% 0.9% -
XYZ 38.66 22.64 22.75 -
YUV 123.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 230 69 128 0 0.7 0.44 0.10 338.01 0.76 0.59
Hex E6 45 80 0 46 2C A 152 4C 3B
Octal 346 105 200 0 106 54 12 522 114 73
Binary 11100110 1000101 10000000 0 1000110 101100 1010 101010010 1001100 111011

Color Harmonies of #E64580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64580

Black with #E64580

Text Example


Text Example

White with #E64580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64580; }

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

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

background-color css

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

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

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

border-color css

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

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

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