Html Css Color HEX #E64F8D Dark Pink

📋 copy color: '#E64F8D'

red 230 ◦ green 79 ◦ blue 141

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

Shades of Dark Pink #E64F8D

Tints of Dark Pink #E64F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 51.11%
G = 17.56%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E64F8D (or 0xE64F8D) is known color: Dark Pink. HEX triplet: E6, 4F and 8D. RGB value is (230,79,141). Sum of RGB (Red+Green+Blue) = 230+79+141=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F8D is #19B072. Grayscale: #838383. Windows color (decimal): -1683571 or 9261030. OLE color: 9261030.

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

Color convert

RGB 230 79 141 -
CMYK 0 0.66 0.39 0.10
HSL 335.36º 0.75% 0.61% -
HSV(B) 335.36º 0.66% 0.9% -
XYZ 40.24 24.34 27.78 -
YUV 131.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 230 79 141 0 0.66 0.39 0.10 335.36 0.75 0.61
Hex E6 4F 8D 0 42 27 A 14F 4B 3D
Octal 346 117 215 0 102 47 12 517 113 75
Binary 11100110 1001111 10001101 0 1000010 100111 1010 101001111 1001011 111101

Color Harmonies of #E64F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F8D

Black with #E64F8D

Text Example


Text Example

White with #E64F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F8D; }

 p { color: rgb(230,79,141); }

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

background-color css

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

 a { background-color: rgb(230,79,141); }

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

border-color css

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

 span { border-color: rgb(230,79,141); }

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