Html Css Color HEX #E7607A Dark Pink

📋 copy color: '#E7607A'

red 231 ◦ green 96 ◦ blue 122

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

Shades of Dark Pink #E7607A

Tints of Dark Pink #E7607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 51.45%
G = 21.38%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7607A (or 0xE7607A) is known color: Dark Pink. HEX triplet: E7, 60 and 7A. RGB value is (231,96,122). Sum of RGB (Red+Green+Blue) = 231+96+122=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E7607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7607A is #189F85. Grayscale: #8B8B8B. Windows color (decimal): -1613702 or 8020199. OLE color: 8020199.

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

Color convert

RGB 231 96 122 -
CMYK 0 0.58 0.47 0.09
HSL 348.44º 0.74% 0.64% -
HSV(B) 348.44º 0.58% 0.91% -
XYZ 40.65 26.76 21.43 -
YUV 139.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 231 96 122 0 0.58 0.47 0.09 348.44 0.74 0.64
Hex E7 60 7A 0 3A 2F 9 15C 4A 40
Octal 347 140 172 0 72 57 11 534 112 100
Binary 11100111 1100000 1111010 0 111010 101111 1001 101011100 1001010 1000000

Color Harmonies of #E7607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7607A

Black with #E7607A

Text Example


Text Example

White with #E7607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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