Html Css Color HEX #E64D7B Dark Pink

📋 copy color: '#E64D7B'

red 230 ◦ green 77 ◦ blue 123

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

Shades of Dark Pink #E64D7B

Tints of Dark Pink #E64D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 53.49%
G = 17.91%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E64D7B (or 0xE64D7B) is known color: Dark Pink. HEX triplet: E6, 4D and 7B. RGB value is (230,77,123). Sum of RGB (Red+Green+Blue) = 230+77+123=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D7B is #19B284. Grayscale: #7F7F7F. Windows color (decimal): -1684101 or 8080870. OLE color: 8080870.

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

Color convert

RGB 230 77 123 -
CMYK 0 0.67 0.47 0.10
HSL 341.96º 0.75% 0.6% -
HSV(B) 341.96º 0.67% 0.9% -
XYZ 38.86 23.56 21.24 -
YUV 127.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 230 77 123 0 0.67 0.47 0.10 341.96 0.75 0.6
Hex E6 4D 7B 0 43 2F A 156 4B 3C
Octal 346 115 173 0 103 57 12 526 113 74
Binary 11100110 1001101 1111011 0 1000011 101111 1010 101010110 1001011 111100

Color Harmonies of #E64D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D7B

Black with #E64D7B

Text Example


Text Example

White with #E64D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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