Html Css Color HEX #E6608B Dark Pink

📋 copy color: '#E6608B'

red 230 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #E6608B

Tints of Dark Pink #E6608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 49.46%
G = 20.65%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6608B (or 0xE6608B) is known color: Dark Pink. HEX triplet: E6, 60 and 8B. RGB value is (230,96,139). Sum of RGB (Red+Green+Blue) = 230+96+139=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6608B is #199F74. Grayscale: #8C8C8C. Windows color (decimal): -1679221 or 9134310. OLE color: 9134310.

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

Color convert

RGB 230 96 139 -
CMYK 0 0.58 0.40 0.10
HSL 340.75º 0.73% 0.64% -
HSV(B) 340.75º 0.58% 0.9% -
XYZ 41.48 27.05 27.46 -
YUV 140.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 230 96 139 0 0.58 0.40 0.10 340.75 0.73 0.64
Hex E6 60 8B 0 3A 28 A 155 49 40
Octal 346 140 213 0 72 50 12 525 111 100
Binary 11100110 1100000 10001011 0 111010 101000 1010 101010101 1001001 1000000

Color Harmonies of #E6608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6608B

Black with #E6608B

Text Example


Text Example

White with #E6608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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