Html Css Color HEX #E64D81 Dark Pink

📋 copy color: '#E64D81'

red 230 ◦ green 77 ◦ blue 129

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

Shades of Dark Pink #E64D81

Tints of Dark Pink #E64D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 52.75%
G = 17.66%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64D81 (or 0xE64D81) is known color: Dark Pink. HEX triplet: E6, 4D and 81. RGB value is (230,77,129). Sum of RGB (Red+Green+Blue) = 230+77+129=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D81 is #19B27E. Grayscale: #808080. Windows color (decimal): -1684095 or 8474086. OLE color: 8474086.

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

Color convert

RGB 230 77 129 -
CMYK 0 0.67 0.44 0.10
HSL 339.61º 0.75% 0.6% -
HSV(B) 339.61º 0.67% 0.9% -
XYZ 39.25 23.72 23.28 -
YUV 128.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 230 77 129 0 0.67 0.44 0.10 339.61 0.75 0.6
Hex E6 4D 81 0 43 2C A 154 4B 3C
Octal 346 115 201 0 103 54 12 524 113 74
Binary 11100110 1001101 10000001 0 1000011 101100 1010 101010100 1001011 111100

Color Harmonies of #E64D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D81

Black with #E64D81

Text Example


Text Example

White with #E64D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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