Html Css Color HEX #E64682 Dark Pink

📋 copy color: '#E64682'

red 230 ◦ green 70 ◦ blue 130

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

Shades of Dark Pink #E64682

Tints of Dark Pink #E64682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 53.49%
G = 16.28%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E64682 (or 0xE64682) is known color: Dark Pink. HEX triplet: E6, 46 and 82. RGB value is (230,70,130). Sum of RGB (Red+Green+Blue) = 230+70+130=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64682 is #19B97D. Grayscale: #7C7C7C. Windows color (decimal): -1685886 or 8537830. OLE color: 8537830.

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

Color convert

RGB 230 70 130 -
CMYK 0 0.70 0.43 0.10
HSL 337.5º 0.76% 0.59% -
HSV(B) 337.5º 0.7% 0.9% -
XYZ 38.85 22.82 23.48 -
YUV 124.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 230 70 130 0 0.70 0.43 0.10 337.5 0.76 0.59
Hex E6 46 82 0 46 2B A 152 4C 3B
Octal 346 106 202 0 106 53 12 522 114 73
Binary 11100110 1000110 10000010 0 1000110 101011 1010 101010010 1001100 111011

Color Harmonies of #E64682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64682

Black with #E64682

Text Example


Text Example

White with #E64682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64682; }

 p { color: rgb(230,70,130); }

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

background-color css

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

 a { background-color: rgb(230,70,130); }

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

border-color css

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

 span { border-color: rgb(230,70,130); }

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