Html Css Color HEX #E66086 Dark Pink

📋 copy color: '#E66086'

red 230 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E66086

Tints of Dark Pink #E66086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 50%
G = 20.87%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66086 (or 0xE66086) is known color: Dark Pink. HEX triplet: E6, 60 and 86. RGB value is (230,96,134). Sum of RGB (Red+Green+Blue) = 230+96+134=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66086 is #199F79. Grayscale: #8C8C8C. Windows color (decimal): -1679226 or 8806630. OLE color: 8806630.

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

Color convert

RGB 230 96 134 -
CMYK 0 0.58 0.42 0.10
HSL 342.99º 0.73% 0.64% -
HSV(B) 342.99º 0.58% 0.9% -
XYZ 41.12 26.91 25.58 -
YUV 140.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 230 96 134 0 0.58 0.42 0.10 342.99 0.73 0.64
Hex E6 60 86 0 3A 2A A 157 49 40
Octal 346 140 206 0 72 52 12 527 111 100
Binary 11100110 1100000 10000110 0 111010 101010 1010 101010111 1001001 1000000

Color Harmonies of #E66086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66086

Black with #E66086

Text Example


Text Example

White with #E66086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66086; }

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

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

background-color css

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

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

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

border-color css

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

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

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