Html Css Color HEX #E64E7E Dark Pink

📋 copy color: '#E64E7E'

red 230 ◦ green 78 ◦ blue 126

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

Shades of Dark Pink #E64E7E

Tints of Dark Pink #E64E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 53%
G = 17.97%
B = 29.03%

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

#E64E7E (or 0xE64E7E) is known color: Dark Pink. HEX triplet: E6, 4E and 7E. RGB value is (230,78,126). Sum of RGB (Red+Green+Blue) = 230+78+126=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E7E is #19B181. Grayscale: #808080. Windows color (decimal): -1683842 or 8277734. OLE color: 8277734.

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

Color convert

RGB 230 78 126 -
CMYK 0 0.66 0.45 0.10
HSL 341.05º 0.75% 0.6% -
HSV(B) 341.05º 0.66% 0.9% -
XYZ 39.12 23.78 22.27 -
YUV 128.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 230 78 126 0 0.66 0.45 0.10 341.05 0.75 0.6
Hex E6 4E 7E 0 42 2D A 155 4B 3C
Octal 346 116 176 0 102 55 12 525 113 74
Binary 11100110 1001110 1111110 0 1000010 101101 1010 101010101 1001011 111100

Color Harmonies of #E64E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E7E

Black with #E64E7E

Text Example


Text Example

White with #E64E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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