Html Css Color HEX #E74784 Dark Pink

📋 copy color: '#E74784'

red 231 ◦ green 71 ◦ blue 132

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

Shades of Dark Pink #E74784

Tints of Dark Pink #E74784

RGB

 RED value IS 231 (90.63% from 255) = 53.23%

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 53.23%
G = 16.36%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E74784 (or 0xE74784) is known color: Dark Pink. HEX triplet: E7, 47 and 84. RGB value is (231,71,132). Sum of RGB (Red+Green+Blue) = 231+71+132=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E74784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74784 is #18B87B. Grayscale: #7D7D7D. Windows color (decimal): -1620092 or 8669159. OLE color: 8669159.

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

Color convert

RGB 231 71 132 -
CMYK 0 0.69 0.43 0.09
HSL 337.13º 0.77% 0.59% -
HSV(B) 337.13º 0.69% 0.91% -
XYZ 39.37 23.16 24.23 -
YUV 125.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 231 71 132 0 0.69 0.43 0.09 337.13 0.77 0.59
Hex E7 47 84 0 45 2B 9 151 4D 3B
Octal 347 107 204 0 105 53 11 521 115 73
Binary 11100111 1000111 10000100 0 1000101 101011 1001 101010001 1001101 111011

Color Harmonies of #E74784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74784

Black with #E74784

Text Example


Text Example

White with #E74784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74784; }

 p { color: rgb(231,71,132); }

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

background-color css

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

 a { background-color: rgb(231,71,132); }

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

border-color css

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

 span { border-color: rgb(231,71,132); }

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