Html Css Color HEX #E64D7E Dark Pink

📋 copy color: '#E64D7E'

red 230 ◦ green 77 ◦ blue 126

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

Shades of Dark Pink #E64D7E

Tints of Dark Pink #E64D7E

RGB

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

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

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

R = 53.12%
G = 17.78%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E64D7E (or 0xE64D7E) is known color: Dark Pink. HEX triplet: E6, 4D and 7E. RGB value is (230,77,126). Sum of RGB (Red+Green+Blue) = 230+77+126=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D7E is #19B281. Grayscale: #808080. Windows color (decimal): -1684098 or 8277478. OLE color: 8277478.

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

Color convert

RGB 230 77 126 -
CMYK 0 0.67 0.45 0.10
HSL 340.78º 0.75% 0.6% -
HSV(B) 340.78º 0.67% 0.9% -
XYZ 39.05 23.64 22.24 -
YUV 128.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 230 77 126 0 0.67 0.45 0.10 340.78 0.75 0.6
Hex E6 4D 7E 0 43 2D A 155 4B 3C
Octal 346 115 176 0 103 55 12 525 113 74
Binary 11100110 1001101 1111110 0 1000011 101101 1010 101010101 1001011 111100

Color Harmonies of #E64D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D7E

Black with #E64D7E

Text Example


Text Example

White with #E64D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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