Html Css Color HEX #E66080 Dark Pink

📋 copy color: '#E66080'

red 230 ◦ green 96 ◦ blue 128

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

Shades of Dark Pink #E66080

Tints of Dark Pink #E66080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 50.66%
G = 21.15%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E66080 (or 0xE66080) is known color: Dark Pink. HEX triplet: E6, 60 and 80. RGB value is (230,96,128). Sum of RGB (Red+Green+Blue) = 230+96+128=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E66080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66080 is #199F7F. Grayscale: #8B8B8B. Windows color (decimal): -1679232 or 8413414. OLE color: 8413414.

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

Color convert

RGB 230 96 128 -
CMYK 0 0.58 0.44 0.10
HSL 345.67º 0.73% 0.64% -
HSV(B) 345.67º 0.58% 0.9% -
XYZ 40.71 26.75 23.44 -
YUV 139.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 230 96 128 0 0.58 0.44 0.10 345.67 0.73 0.64
Hex E6 60 80 0 3A 2C A 15A 49 40
Octal 346 140 200 0 72 54 12 532 111 100
Binary 11100110 1100000 10000000 0 111010 101100 1010 101011010 1001001 1000000

Color Harmonies of #E66080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66080

Black with #E66080

Text Example


Text Example

White with #E66080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66080; }

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

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

background-color css

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

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

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

border-color css

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

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

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