Html Css Color HEX #E84F7A Dark Pink

📋 copy color: '#E84F7A'

red 232 ◦ green 79 ◦ blue 122

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

Shades of Dark Pink #E84F7A

Tints of Dark Pink #E84F7A

RGB

 RED value IS 232 (91.02% from 255) = 53.58%

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 53.58%
G = 18.24%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E84F7A (or 0xE84F7A) is known color: Dark Pink. HEX triplet: E8, 4F and 7A. RGB value is (232,79,122). Sum of RGB (Red+Green+Blue) = 232+79+122=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F7A is #17B085. Grayscale: #818181. Windows color (decimal): -1552518 or 8015848. OLE color: 8015848.

HSL color Cylindrical-coordinate representation of color #E84F7A: hue angle of 343.14º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84F7A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 79 122 -
CMYK 0 0.66 0.47 0.09
HSL 343.14º 0.77% 0.61% -
HSV(B) 343.14º 0.66% 0.91% -
XYZ 39.59 24.15 20.99 -
YUV 129.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 232 79 122 0 0.66 0.47 0.09 343.14 0.77 0.61
Hex E8 4F 7A 0 42 2F 9 157 4D 3D
Octal 350 117 172 0 102 57 11 527 115 75
Binary 11101000 1001111 1111010 0 1000010 101111 1001 101010111 1001101 111101

Color Harmonies of #E84F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84F7A

Black with #E84F7A

Text Example


Text Example

White with #E84F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84F7A; }

 p { color: rgb(232,79,122); }

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

background-color css

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

 a { background-color: rgb(232,79,122); }

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

border-color css

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

 span { border-color: rgb(232,79,122); }

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