Html Css Color HEX #E6607D Dark Pink

📋 copy color: '#E6607D'

red 230 ◦ green 96 ◦ blue 125

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

Shades of Dark Pink #E6607D

Tints of Dark Pink #E6607D

RGB

 RED value IS 230 (90.23% from 255) = 51%

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

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

R = 51%
G = 21.29%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6607D (or 0xE6607D) is known color: Dark Pink. HEX triplet: E6, 60 and 7D. RGB value is (230,96,125). Sum of RGB (Red+Green+Blue) = 230+96+125=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6607D is #199F82. Grayscale: #8B8B8B. Windows color (decimal): -1679235 or 8216806. OLE color: 8216806.

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

Color convert

RGB 230 96 125 -
CMYK 0 0.58 0.46 0.10
HSL 347.01º 0.73% 0.64% -
HSV(B) 347.01º 0.58% 0.9% -
XYZ 40.52 26.67 22.41 -
YUV 139.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 230 96 125 0 0.58 0.46 0.10 347.01 0.73 0.64
Hex E6 60 7D 0 3A 2E A 15B 49 40
Octal 346 140 175 0 72 56 12 533 111 100
Binary 11100110 1100000 1111101 0 111010 101110 1010 101011011 1001001 1000000

Color Harmonies of #E6607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6607D

Black with #E6607D

Text Example


Text Example

White with #E6607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6607D; }

 p { color: rgb(230,96,125); }

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

background-color css

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

 a { background-color: rgb(230,96,125); }

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

border-color css

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

 span { border-color: rgb(230,96,125); }

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