Html Css Color HEX #E64E7F Dark Pink

📋 copy color: '#E64E7F'

red 230 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #E64E7F

Tints of Dark Pink #E64E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 52.87%
G = 17.93%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E64E7F (or 0xE64E7F) is known color: Dark Pink. HEX triplet: E6, 4E and 7F. RGB value is (230,78,127). Sum of RGB (Red+Green+Blue) = 230+78+127=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E7F is #19B180. Grayscale: #808080. Windows color (decimal): -1683841 or 8343270. OLE color: 8343270.

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

Color convert

RGB 230 78 127 -
CMYK 0 0.66 0.45 0.10
HSL 340.66º 0.75% 0.6% -
HSV(B) 340.66º 0.66% 0.9% -
XYZ 39.19 23.8 22.61 -
YUV 129.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 230 78 127 0 0.66 0.45 0.10 340.66 0.75 0.6
Hex E6 4E 7F 0 42 2D A 155 4B 3C
Octal 346 116 177 0 102 55 12 525 113 74
Binary 11100110 1001110 1111111 0 1000010 101101 1010 101010101 1001011 111100

Color Harmonies of #E64E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E7F

Black with #E64E7F

Text Example


Text Example

White with #E64E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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