Html Css Color HEX #E64681 Dark Pink

📋 copy color: '#E64681'

red 230 ◦ green 70 ◦ blue 129

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

Shades of Dark Pink #E64681

Tints of Dark Pink #E64681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 53.61%
G = 16.32%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64681 (or 0xE64681) is known color: Dark Pink. HEX triplet: E6, 46 and 81. RGB value is (230,70,129). Sum of RGB (Red+Green+Blue) = 230+70+129=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E64681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64681 is #19B97E. Grayscale: #7C7C7C. Windows color (decimal): -1685887 or 8472294. OLE color: 8472294.

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

Color convert

RGB 230 70 129 -
CMYK 0 0.70 0.44 0.10
HSL 337.88º 0.76% 0.59% -
HSV(B) 337.88º 0.7% 0.9% -
XYZ 38.79 22.79 23.12 -
YUV 124.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 230 70 129 0 0.70 0.44 0.10 337.88 0.76 0.59
Hex E6 46 81 0 46 2C A 152 4C 3B
Octal 346 106 201 0 106 54 12 522 114 73
Binary 11100110 1000110 10000001 0 1000110 101100 1010 101010010 1001100 111011

Color Harmonies of #E64681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64681

Black with #E64681

Text Example


Text Example

White with #E64681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64681; }

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

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

background-color css

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

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

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

border-color css

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

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

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