Html Css Color HEX #E64B79 Dark Pink

📋 copy color: '#E64B79'

red 230 ◦ green 75 ◦ blue 121

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

Shades of Dark Pink #E64B79

Tints of Dark Pink #E64B79

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.61%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 53.99%
G = 17.61%
B = 28.4%

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

#E64B79 (or 0xE64B79) is known color: Dark Pink. HEX triplet: E6, 4B and 79. RGB value is (230,75,121). Sum of RGB (Red+Green+Blue) = 230+75+121=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B79 is #19B486. Grayscale: #7E7E7E. Windows color (decimal): -1684615 or 7949286. OLE color: 7949286.

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

Color convert

RGB 230 75 121 -
CMYK 0 0.67 0.47 0.10
HSL 342.19º 0.76% 0.6% -
HSV(B) 342.19º 0.67% 0.9% -
XYZ 38.6 23.24 20.54 -
YUV 126.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 230 75 121 0 0.67 0.47 0.10 342.19 0.76 0.6
Hex E6 4B 79 0 43 2F A 156 4C 3C
Octal 346 113 171 0 103 57 12 526 114 74
Binary 11100110 1001011 1111001 0 1000011 101111 1010 101010110 1001100 111100

Color Harmonies of #E64B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B79

Black with #E64B79

Text Example


Text Example

White with #E64B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B79; }

 p { color: rgb(230,75,121); }

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

background-color css

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

 a { background-color: rgb(230,75,121); }

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

border-color css

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

 span { border-color: rgb(230,75,121); }

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