Html Css Color HEX #E7617D Dark Pink

📋 copy color: '#E7617D'

red 231 ◦ green 97 ◦ blue 125

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

Shades of Dark Pink #E7617D

Tints of Dark Pink #E7617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 50.99%
G = 21.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7617D (or 0xE7617D) is known color: Dark Pink. HEX triplet: E7, 61 and 7D. RGB value is (231,97,125). Sum of RGB (Red+Green+Blue) = 231+97+125=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7617D is #189E82. Grayscale: #8C8C8C. Windows color (decimal): -1613443 or 8217063. OLE color: 8217063.

HSL color Cylindrical-coordinate representation of color #E7617D: hue angle of 347.46º 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 #E7617D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 125 -
CMYK 0 0.58 0.46 0.09
HSL 347.46º 0.74% 0.64% -
HSV(B) 347.46º 0.58% 0.91% -
XYZ 40.93 27.02 22.46 -
YUV 140.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 231 97 125 0 0.58 0.46 0.09 347.46 0.74 0.64
Hex E7 61 7D 0 3A 2E 9 15B 4A 40
Octal 347 141 175 0 72 56 11 533 112 100
Binary 11100111 1100001 1111101 0 111010 101110 1001 101011011 1001010 1000000

Color Harmonies of #E7617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7617D

Black with #E7617D

Text Example


Text Example

White with #E7617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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