Html Css Color HEX #E64E8A Dark Pink

📋 copy color: '#E64E8A'

red 230 ◦ green 78 ◦ blue 138

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

Shades of Dark Pink #E64E8A

Tints of Dark Pink #E64E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 51.57%
G = 17.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E64E8A (or 0xE64E8A) is known color: Dark Pink. HEX triplet: E6, 4E and 8A. RGB value is (230,78,138). Sum of RGB (Red+Green+Blue) = 230+78+138=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E8A is #19B175. Grayscale: #828282. Windows color (decimal): -1683830 or 9064166. OLE color: 9064166.

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

Color convert

RGB 230 78 138 -
CMYK 0 0.66 0.4 0.10
HSL 336.32º 0.75% 0.6% -
HSV(B) 336.32º 0.66% 0.9% -
XYZ 39.94 24.11 26.59 -
YUV 130.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 230 78 138 0 0.66 0.4 0.10 336.32 0.75 0.6
Hex E6 4E 8A 0 42 28 A 150 4B 3C
Octal 346 116 212 0 102 50 12 520 113 74
Binary 11100110 1001110 10001010 0 1000010 101000 1010 101010000 1001011 111100

Color Harmonies of #E64E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64E8A

Black with #E64E8A

Text Example


Text Example

White with #E64E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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