Html Css Color HEX #E7607F Dark Pink

📋 copy color: '#E7607F'

red 231 ◦ green 96 ◦ blue 127

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

Shades of Dark Pink #E7607F

Tints of Dark Pink #E7607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

 BLUE value IS 127 (50% from 255) = 27.97%

R = 50.88%
G = 21.15%
B = 27.97%

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

#E7607F (or 0xE7607F) is known color: Dark Pink. HEX triplet: E7, 60 and 7F. RGB value is (231,96,127). Sum of RGB (Red+Green+Blue) = 231+96+127=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7607F is #189F80. Grayscale: #8B8B8B. Windows color (decimal): -1613697 or 8347879. OLE color: 8347879.

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

Color convert

RGB 231 96 127 -
CMYK 0 0.58 0.45 0.09
HSL 346.22º 0.74% 0.64% -
HSV(B) 346.22º 0.58% 0.91% -
XYZ 40.97 26.89 23.11 -
YUV 139.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 231 96 127 0 0.58 0.45 0.09 346.22 0.74 0.64
Hex E7 60 7F 0 3A 2D 9 15A 4A 40
Octal 347 140 177 0 72 55 11 532 112 100
Binary 11100111 1100000 1111111 0 111010 101101 1001 101011010 1001010 1000000

Color Harmonies of #E7607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7607F

Black with #E7607F

Text Example


Text Example

White with #E7607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7607F; }

 p { color: rgb(231,96,127); }

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

background-color css

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

 a { background-color: rgb(231,96,127); }

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

border-color css

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

 span { border-color: rgb(231,96,127); }

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