Html Css Color HEX #E64380 Dark Pink

📋 copy color: '#E64380'

red 230 ◦ green 67 ◦ blue 128

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

Shades of Dark Pink #E64380

Tints of Dark Pink #E64380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

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

R = 54.12%
G = 15.76%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64380 (or 0xE64380) is known color: Dark Pink. HEX triplet: E6, 43 and 80. RGB value is (230,67,128). Sum of RGB (Red+Green+Blue) = 230+67+128=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64380 is #19BC7F. Grayscale: #7A7A7A. Windows color (decimal): -1686656 or 8405990. OLE color: 8405990.

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

Color convert

RGB 230 67 128 -
CMYK 0 0.71 0.44 0.10
HSL 337.55º 0.77% 0.58% -
HSV(B) 337.55º 0.71% 0.9% -
XYZ 38.54 22.4 22.71 -
YUV 122.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 230 67 128 0 0.71 0.44 0.10 337.55 0.77 0.58
Hex E6 43 80 0 47 2C A 152 4D 3A
Octal 346 103 200 0 107 54 12 522 115 72
Binary 11100110 1000011 10000000 0 1000111 101100 1010 101010010 1001101 111010

Color Harmonies of #E64380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64380

Black with #E64380

Text Example


Text Example

White with #E64380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64380; }

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

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

background-color css

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

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

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

border-color css

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

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

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