Html Css Color HEX #E64F8B Dark Pink

📋 copy color: '#E64F8B'

red 230 ◦ green 79 ◦ blue 139

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

Shades of Dark Pink #E64F8B

Tints of Dark Pink #E64F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 51.34%
G = 17.63%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E64F8B (or 0xE64F8B) is known color: Dark Pink. HEX triplet: E6, 4F and 8B. RGB value is (230,79,139). Sum of RGB (Red+Green+Blue) = 230+79+139=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F8B is #19B074. Grayscale: #828282. Windows color (decimal): -1683573 or 9129958. OLE color: 9129958.

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

Color convert

RGB 230 79 139 -
CMYK 0 0.66 0.40 0.10
HSL 336.16º 0.75% 0.61% -
HSV(B) 336.16º 0.66% 0.9% -
XYZ 40.09 24.28 27 -
YUV 130.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 230 79 139 0 0.66 0.40 0.10 336.16 0.75 0.61
Hex E6 4F 8B 0 42 28 A 150 4B 3D
Octal 346 117 213 0 102 50 12 520 113 75
Binary 11100110 1001111 10001011 0 1000010 101000 1010 101010000 1001011 111101

Color Harmonies of #E64F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F8B

Black with #E64F8B

Text Example


Text Example

White with #E64F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F8B; }

 p { color: rgb(230,79,139); }

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

background-color css

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

 a { background-color: rgb(230,79,139); }

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

border-color css

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

 span { border-color: rgb(230,79,139); }

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