Html Css Color HEX #E64E7B Dark Pink

📋 copy color: '#E64E7B'

red 230 ◦ green 78 ◦ blue 123

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

Shades of Dark Pink #E64E7B

Tints of Dark Pink #E64E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 53.36%
G = 18.1%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E64E7B (or 0xE64E7B) is known color: Dark Pink. HEX triplet: E6, 4E and 7B. RGB value is (230,78,123). Sum of RGB (Red+Green+Blue) = 230+78+123=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E7B is #19B184. Grayscale: #808080. Windows color (decimal): -1683845 or 8081126. OLE color: 8081126.

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

Color convert

RGB 230 78 123 -
CMYK 0 0.66 0.47 0.10
HSL 342.24º 0.75% 0.6% -
HSV(B) 342.24º 0.66% 0.9% -
XYZ 38.93 23.7 21.26 -
YUV 128.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 230 78 123 0 0.66 0.47 0.10 342.24 0.75 0.6
Hex E6 4E 7B 0 42 2F A 156 4B 3C
Octal 346 116 173 0 102 57 12 526 113 74
Binary 11100110 1001110 1111011 0 1000010 101111 1010 101010110 1001011 111100

Color Harmonies of #E64E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E7B

Black with #E64E7B

Text Example


Text Example

White with #E64E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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