Html Css Color HEX #E7607E Dark Pink

📋 copy color: '#E7607E'

red 231 ◦ green 96 ◦ blue 126

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

Shades of Dark Pink #E7607E

Tints of Dark Pink #E7607E

RGB

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

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

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

R = 50.99%
G = 21.19%
B = 27.81%

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

#E7607E (or 0xE7607E) is known color: Dark Pink. HEX triplet: E7, 60 and 7E. RGB value is (231,96,126). Sum of RGB (Red+Green+Blue) = 231+96+126=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7607E is #189F81. Grayscale: #8B8B8B. Windows color (decimal): -1613698 or 8282343. OLE color: 8282343.

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

Color convert

RGB 231 96 126 -
CMYK 0 0.58 0.45 0.09
HSL 346.67º 0.74% 0.64% -
HSV(B) 346.67º 0.58% 0.91% -
XYZ 40.9 26.86 22.77 -
YUV 139.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 231 96 126 0 0.58 0.45 0.09 346.67 0.74 0.64
Hex E7 60 7E 0 3A 2D 9 15B 4A 40
Octal 347 140 176 0 72 55 11 533 112 100
Binary 11100111 1100000 1111110 0 111010 101101 1001 101011011 1001010 1000000

Color Harmonies of #E7607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7607E

Black with #E7607E

Text Example


Text Example

White with #E7607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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