Html Css Color HEX #E74E82 Dark Pink

📋 copy color: '#E74E82'

red 231 ◦ green 78 ◦ blue 130

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

Shades of Dark Pink #E74E82

Tints of Dark Pink #E74E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 52.62%
G = 17.77%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E74E82 (or 0xE74E82) is known color: Dark Pink. HEX triplet: E7, 4E and 82. RGB value is (231,78,130). Sum of RGB (Red+Green+Blue) = 231+78+130=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E82 is #18B17D. Grayscale: #818181. Windows color (decimal): -1618302 or 8539879. OLE color: 8539879.

HSL color Cylindrical-coordinate representation of color #E74E82: hue angle of 339.61º degrees, saturation: 0.76, 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 #E74E82 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 78 130 -
CMYK 0 0.66 0.44 0.09
HSL 339.61º 0.76% 0.61% -
HSV(B) 339.61º 0.66% 0.91% -
XYZ 39.71 24.05 23.67 -
YUV 129.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 231 78 130 0 0.66 0.44 0.09 339.61 0.76 0.61
Hex E7 4E 82 0 42 2C 9 154 4C 3D
Octal 347 116 202 0 102 54 11 524 114 75
Binary 11100111 1001110 10000010 0 1000010 101100 1001 101010100 1001100 111101

Color Harmonies of #E74E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74E82

Black with #E74E82

Text Example


Text Example

White with #E74E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74E82; }

 p { color: rgb(231,78,130); }

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

background-color css

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

 a { background-color: rgb(231,78,130); }

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

border-color css

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

 span { border-color: rgb(231,78,130); }

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