Html Css Color HEX #E64E8C Dark Pink

📋 copy color: '#E64E8C'

red 230 ◦ green 78 ◦ blue 140

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

Shades of Dark Pink #E64E8C

Tints of Dark Pink #E64E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 51.34%
G = 17.41%
B = 31.25%

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

#E64E8C (or 0xE64E8C) is known color: Dark Pink. HEX triplet: E6, 4E and 8C. RGB value is (230,78,140). Sum of RGB (Red+Green+Blue) = 230+78+140=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E8C is #19B173. Grayscale: #828282. Windows color (decimal): -1683828 or 9195238. OLE color: 9195238.

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

Color convert

RGB 230 78 140 -
CMYK 0 0.66 0.39 0.10
HSL 335.53º 0.75% 0.6% -
HSV(B) 335.53º 0.66% 0.9% -
XYZ 40.09 24.17 27.36 -
YUV 130.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 230 78 140 0 0.66 0.39 0.10 335.53 0.75 0.6
Hex E6 4E 8C 0 42 27 A 150 4B 3C
Octal 346 116 214 0 102 47 12 520 113 74
Binary 11100110 1001110 10001100 0 1000010 100111 1010 101010000 1001011 111100

Color Harmonies of #E64E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E8C

Black with #E64E8C

Text Example


Text Example

White with #E64E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E8C; }

 p { color: rgb(230,78,140); }

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

background-color css

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

 a { background-color: rgb(230,78,140); }

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

border-color css

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

 span { border-color: rgb(230,78,140); }

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