Html Css Color HEX #E68E86 Sweet Pink

📋 copy color: '#E68E86'

red 230 ◦ green 142 ◦ blue 134

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

Shades of Sweet Pink #E68E86

Tints of Sweet Pink #E68E86

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

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

R = 45.45%
G = 28.06%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E68E86 (or 0xE68E86) is known color: Sweet Pink. HEX triplet: E6, 8E and 86. RGB value is (230,142,134). Sum of RGB (Red+Green+Blue) = 230+142+134=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E86 is #197179. Grayscale: #A7A7A7. Windows color (decimal): -1667450 or 8818406. OLE color: 8818406.

HSL color Cylindrical-coordinate representation of color #E68E86: hue angle of 5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68E86 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 142 134 -
CMYK 0 0.38 0.42 0.10
HSL 0.66% 0.71% -
HSV(B) 0.42% 0.9% -
XYZ 46.61 37.89 27.41 -
YUV 167.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 230 142 134 0 0.38 0.42 0.10 5 0.66 0.71
Hex E6 8E 86 0 26 2A A 5 42 47
Octal 346 216 206 0 46 52 12 5 102 107
Binary 11100110 10001110 10000110 0 100110 101010 1010 101 1000010 1000111

Color Harmonies of #E68E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E86

Black with #E68E86

Text Example


Text Example

White with #E68E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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