Html Css Color HEX #E64280 Dark Pink

📋 copy color: '#E64280'

red 230 ◦ green 66 ◦ blue 128

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

Shades of Dark Pink #E64280

Tints of Dark Pink #E64280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 54.25%
G = 15.57%
B = 30.19%

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

#E64280 (or 0xE64280) is known color: Dark Pink. HEX triplet: E6, 42 and 80. RGB value is (230,66,128). Sum of RGB (Red+Green+Blue) = 230+66+128=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E64280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64280 is #19BD7F. Grayscale: #7A7A7A. Windows color (decimal): -1686912 or 8405734. OLE color: 8405734.

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

Color convert

RGB 230 66 128 -
CMYK 0 0.71 0.44 0.10
HSL 337.32º 0.77% 0.58% -
HSV(B) 337.32º 0.71% 0.9% -
XYZ 38.48 22.28 22.69 -
YUV 122.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 230 66 128 0 0.71 0.44 0.10 337.32 0.77 0.58
Hex E6 42 80 0 47 2C A 151 4D 3A
Octal 346 102 200 0 107 54 12 521 115 72
Binary 11100110 1000010 10000000 0 1000111 101100 1010 101010001 1001101 111010

Color Harmonies of #E64280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64280

Black with #E64280

Text Example


Text Example

White with #E64280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64280; }

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

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

background-color css

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

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

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

border-color css

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

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

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