Html Css Color HEX #E7617E Dark Pink

📋 copy color: '#E7617E'

red 231 ◦ green 97 ◦ blue 126

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

Shades of Dark Pink #E7617E

Tints of Dark Pink #E7617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

 BLUE value IS 126 (49.61% from 255) = 27.75%

R = 50.88%
G = 21.37%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7617E (or 0xE7617E) is known color: Dark Pink. HEX triplet: E7, 61 and 7E. RGB value is (231,97,126). Sum of RGB (Red+Green+Blue) = 231+97+126=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7617E is #189E81. Grayscale: #8C8C8C. Windows color (decimal): -1613442 or 8282599. OLE color: 8282599.

HSL color Cylindrical-coordinate representation of color #E7617E: hue angle of 347.01º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7617E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 126 -
CMYK 0 0.58 0.45 0.09
HSL 347.01º 0.74% 0.64% -
HSV(B) 347.01º 0.58% 0.91% -
XYZ 41 27.04 22.8 -
YUV 140.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 231 97 126 0 0.58 0.45 0.09 347.01 0.74 0.64
Hex E7 61 7E 0 3A 2D 9 15B 4A 40
Octal 347 141 176 0 72 55 11 533 112 100
Binary 11100111 1100001 1111110 0 111010 101101 1001 101011011 1001010 1000000

Color Harmonies of #E7617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7617E

Black with #E7617E

Text Example


Text Example

White with #E7617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7617E; }

 p { color: rgb(231,97,126); }

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

background-color css

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

 a { background-color: rgb(231,97,126); }

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

border-color css

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

 span { border-color: rgb(231,97,126); }

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